[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

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

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 'form action=index.php pWhat's your monitor size? input type=text name=size p input

RE: [PHP] Getting users monitor size

2002-06-09 Thread Miva Guy
, the page is reloaded with the correct value in the table. Hope this helps, Mark -Original Message- From: Tom Ray [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 09, 2002 2:39 PM To: [EMAIL PROTECTED] Subject: [PHP] Getting users monitor size Is there a way to do this with PHP? I couldn't find

RE: [PHP] Getting users monitor size

2002-06-09 Thread Mark
:[EMAIL PROTECTED]] Sent: Sunday, June 09, 2002 2:39 PM To: [EMAIL PROTECTED] Subject: [PHP] Getting users monitor size 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