View Single Post
  #4 (permalink)  
Old 17-09-2003, 04:51 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
suryan is right.

note: variable will not be printed as its value in between single quote.

PHP Code:
$a "variable";
$var 'This "is" a $a!';
echo 
$var
the result will be: This "is" a $a!
,and Not: This "is" a variable!
__________________
LiewCF | Malaysia Bloggers Forum
Reply With Quote