On Tue, 28 Aug 2001, Hugh Danaher wrote:

> I think at one time I tried using double quotes but didn't get good results.
> If you have time to answer, why the backslash and what the hell is "foo"?

Using the backslash escapes the double quote ... tells php to not use the
double quote (as it does to end a string assignment), but to print it
instead.  And "foo" is just a seemingly universal place-holder for a
string or something else that you can replace with just about anything.

        ~Chris                           /"\
                                         \ /     Pine Ribbon Campaign
Microsoft Security Specialist             X      Against Outlook
The moron in Oxymoron.                   / \     http://www.thebackrow.net


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to