View Single Post
  #2 (permalink)  
Old 01-15-04, 02:04 PM
Infinite_Hackers's Avatar
Infinite_Hackers Infinite_Hackers is offline
Coding Addict
 
Join Date: Dec 2003
Posts: 307
Thanks: 0
Thanked 0 Times in 0 Posts
Its because ' is a special character in PHP. cuz you can use '' in echos
echo 'we';

and etc.

So to seperate what ' you want to display int he echo you have to use \'
Reply With Quote