Qbasicnews.com

Full Version: CSS question...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Quote:
Zack Wrote:Oracle: This will work too:
Code:
echo "$hey"
No need for backslashes.

That won't work: Variables in double quoted strings are replaced. But this will work:

Code:
echo '$hey';
It works the opposite way for me. Weird!
Huh? You have a wierd configuration of php then...
Yeah, I guess I do! But that is extremely weird, I must say...
Pages: 1 2 3 4