Re: [PHP-WIN] PHP/Javascript question

2005-01-25 Thread The Disguised Jedi
yes, PHP only runs on the server side. No php code is transferred to the client, nor can it be run by the client. the browser only displays the output of the PHP code that the server executed. On Mon, 24 Jan 2005 13:50:18 -0600 (CST), phpWalter <[EMAIL PROTECTED]> wrote: > > > If I wanted to d

Re: [PHP-WIN] PHP/Javascript question

2005-01-24 Thread phpWalter
> If I wanted to detect a users screen resolution, would I be better off > using PHP (if possible) or JavaScript? You have to use JS and have it report back to your server so your PHP can work with it. Simple! ;) Walter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: