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]>;
Sent: Sunday, October 08, 2006 3:35 PM
Subject: RE: [PHP-DB] ECHO $variab
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!
Specifical