Re: [PHP-DB] ECHO $variable

2006-10-08 Thread Jan Bailleul
You can as well add a backslash BEFORE the eg. echo text \more text\ ; So that will return this: text more text - Original Message - From: Bastien Koert [EMAIL PROTECTED] To: [EMAIL PROTECTED]; php-db@lists.php.net Sent: Sunday, October 08, 2006 3:35 PM Subject: RE: [PHP-DB] ECHO

Re: [PHP-DB] Re: Subject: screen resolution!

2006-02-05 Thread Jan Bailleul
I suggest you use JavaScript rather than PHP, because when using server side scripts, you most probably need to use functions/variables out of the Document Object Model (DOM). When you use JavaScript, no extra trafic is generated on the network/internet, and that isn't even necessary!