RE: [PHP] Getting users monitor size

2002-06-09 Thread Mark
tring to allow the change of the variable >in the >sessions table. Alternatively, if the 'session_small' variable true >and the >display will allow more, the page is reloaded with the correct value >in the >table. > >Hope this helps, >Mark > >-Original Message

RE: [PHP] Getting users monitor size

2002-06-09 Thread Miva Guy
ange of the variable in the sessions table. Alternatively, if the 'session_small' variable true and the display will allow more, the page is reloaded with the correct value in the table. Hope this helps, Mark -----Original Message- From: Tom Ray [mailto:[EMAIL PROTECTED]] Sent: Sunda

Re: [PHP] Getting users monitor size

2002-06-09 Thread Rad0s-ław Gajewski
On Sun, 9 Jun 2002, Tom Ray wrote: ++>Is there a way to do this with PHP? I couldn't find it in the online ++>docs and the archive search is offline :( oh..You couldn't? echo ' What's your monitor size? '; Users monitor size is in $HTTP_GET_VARS["size"];

Re: [PHP] Getting users monitor size

2002-06-09 Thread Miguel Cruz
On Sun, 9 Jun 2002, Tom Ray wrote: > Is there a way to do this with PHP? I couldn't find it in the online > docs and the archive search is offline :( Use JavaScript to detect it, and then you can set a cookie or add it to a request posted to the server. In either case your PHP program can then

[PHP] Getting users monitor size

2002-06-09 Thread Tom Ray
Is there a way to do this with PHP? I couldn't find it in the online docs and the archive search is offline :( thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php