> > I what to be able to set a variable based on user's screen resolution.
> > 
> > Can anyone tell me who to do that?
>
> Use javascript to get the screen resolution and pass it back to your php script thru 
> a 
> hidden form field or some other means.

And awhile back someone used this as an example for
passing Javascript information into PHP.  The example
passes in screen width and height:

http://www.php.net/manual/en/faq.html.php#faq.html.javascript-variable

Regards,
Philip


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to