08-24-2003, 07:27 PM
|
|
Registered User
Join Date: Jul 2003
Posts: 96
|
Quote:
Originally posted by Voodoo
In the titles and other text blocks you need to use the function:
$output = stripslashes($varname);
echo $output;
It outputs stuff like this:
This isn\'t a real gallery. It\'s just a sample.
|
thx, forgot to add that
|
|
|