Re: [PHP-DEV] Javascript / Php

2004-04-28 Thread Jason Garber
Hello, This is the internal development mailing list. Please repost your question to the "General users list" at http://www.php.net/mailing-lists.php FYI, PHP is a server side scripting language, and javascript is a client side scripting language. Javascript code will not be evaluated until l

Re: [PHP-DEV] Javascript / Php

2004-04-28 Thread George Schlossnagle
This is not the list you're looking for. You want to ask this question on [EMAIL PROTECTED] George On Apr 28, 2004, at 8:37 AM, Kyle Vorster wrote: document.write(screen.width);"; $width = "document.write(screen.height);"; if (($height == "640") && ($width == "480")) { echo "height

[PHP-DEV] Javascript / Php

2004-04-28 Thread Kyle Vorster
document.write(screen.width);"; $width = "document.write(screen.height);"; if (($height == "640") && ($width == "480")) { echo "height == 640 & width = 480"; } elseif (($height == "800") && ($width == "480")) { echo "2"; } elseif (($height == "800") && ($width == "600"