Zen Cart Logo
Forums / Basic Configuration / error with domain name issue

error with domain name issue

Locked

Views: 1,136

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
5 Sep 2007, 2:27 AM
#1
peggy avatar

peggy

Zen Follower

Join Date:
Jul 2007
Location:
UK? US?
Posts:
115
Plugin Contributions:
0

error with domain name issue

My domain is whosbeenframed.com

and my website is called Who's Been Framed
I have a problem when I try to edit my files and put my website name because of the apostrophe. I would like to display it as above but I have to take it out to avoid a parse error. Is there a way around it?

Thanks in advance...........

5 Sep 2007, 3:15 AM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: error with domain name issue

When entering text with apostrophes in php files, you need to escape the single quote. Let's go = Let's go. You escape by adding a backslash in front of the apostrophe.

5 Sep 2007, 10:45 AM
#3
peggy avatar

peggy

Zen Follower

Join Date:
Jul 2007
Location:
UK? US?
Posts:
115
Plugin Contributions:
0

Re: error with domain name issue

Kim:

When entering text with apostrophes in php files, you need to escape the single quote. Let's go = Let's go. You escape by adding a backslash in front of the apostrophe.

Thank you very much. Your response is very much appreciated.:smile: