Hello, I am trying to populate my sidebar with some random images. I have a php script which does this but I am trying to determine how many images are loaded by the height of the #main div. I thought of using jquery to tell me this, I even have the jQuery script that gets the right value but I can't figure out how to pass this value to my php.
I have realized now that the php is operating before the jquery so this method will probably not work. Can anyone suggest a way of telling my php script (which is in a php exec text widget) the height of the #main div?
This has been baffling me for days, I will cry with joy if someone can give me a solution.