tinigpinoy Posted August 5, 2004 Posted August 5, 2004 I'm trying to put information on Privacy and Condition of Use. But everytime that I alter the phrase that was written there. I get the following error: Parse error: parse error, unexpected T_STRING in /www/m/movies4rent/htdocs/catalog/includes/languages/english/privacy.php on line 16 How will I solve this problem?
phphelp Posted August 5, 2004 Posted August 5, 2004 when you write your text, you can't use symbol such as ' For example, don't write text as This's, write it as This is Hope this helps
tinigpinoy Posted August 5, 2004 Author Posted August 5, 2004 Is that mean I cannot use any quotes like, periods and commas? Because that's all I have.
Guest Posted August 5, 2004 Posted August 5, 2004 1- Do not use the admin file manager to edit your files. it tends to delete stuff download the file to your computer edit it (with a PHP editor or notepad) and upload to your server And you can write that's like this: that\'s The_Bear
phphelp Posted August 6, 2004 Posted August 6, 2004 Is that mean I cannot use any quotes like, periods and commas? Because that's all I have. you can use periods and commas, however, you can't use single quotes.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.