Where am I going wrong?
I'm trying to input my conditions.php. Everytime I try to add a new paragraph, I get a syntax error,
Parse error: syntax error, unexpected T_STRING in
For instance : This is what I tried to add.
define('TEXT_INFORMATION', ' We have put forth the following policies in order to protect both our customers and our company interests. These policies are necessary to ensure our customers always receive low prices with prompt service, and to protect our company from unreasonable customers or limitless loses.
Legal Disclaimer, Waiver of Liability, and Indemnity Agreement:
You must be at least 18 years of age to purchase any item from this site even if the item is not a weapon. Some laws may require that you be at least 21 years of age to receive the item. Knowledge of local, provincial, federal and international laws and/or statutes is the responsibility of the buyer. By purchasing any item sold by dccollectableshop.com, the buyer expressly warrants that he/she is in compliance with all applicable Federal, Provincial, and Local laws and regulations regarding the purchase, ownership, and use of the item. It shall be the buyer's responsibility to comply with all Federal, Provincial and Local laws governing the sale of any items listed, illustrated, or sold. The buyer expressly agrees to indemnify and hold harmless dccollectableshop.com for all claims resulting directly or indirectly from the purchase, ownership, or use of the item in violation of applicable Federal, Provincial, and Local laws or regulations. ');
?>
Latest News: (loading..)
am trying to load my conditions
Started by angiec1, Apr 11 2012 11:56 AM
conditions define languages
6 replies to this topic
#-19
Posted 11 April 2012 - 11:56 AM
#-18
Posted 11 April 2012 - 12:25 PM
Believe it or not this is caused by the word buyer's. Change it to buyer\'s. You must escape the '.
REMEMBER BACKUP, BACKUP AND BACKUP
I am not a coder, so dont bother sending PMs asking for help as you wont get any.
OSC has a steep learning curve, but in general the program does work. If it doesnt work, the chances are it is something you have done.
I am not a coder, so dont bother sending PMs asking for help as you wont get any.
OSC has a steep learning curve, but in general the program does work. If it doesnt work, the chances are it is something you have done.
#-17
Posted 11 April 2012 - 12:31 PM
OMG...Really?? I was looking at code for half the night!
Now, how do I start a new paragraph? I tried using <p and ending with /p> , but it doesn't seem to accept that code. It's running in one paragraph form without breaks....
http://coralcrazy.com/davetest/conditions.php
(This is a test upload)
Now, how do I start a new paragraph? I tried using <p and ending with /p> , but it doesn't seem to accept that code. It's running in one paragraph form without breaks....
http://coralcrazy.com/davetest/conditions.php
(This is a test upload)
Edited by angiec1, 11 April 2012 - 12:36 PM.
#-16
Posted 11 April 2012 - 12:36 PM
P.S. Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!
#-15 ONLINE
Posted 11 April 2012 - 12:42 PM
angiec1, on 11 April 2012 - 12:31 PM, said:
Now, how do I start a new paragraph? I tried using <p and ending with /p> , but it doesn't seem to accept that code.
<p>this is a paragraph</p>
Community profile | Partner page | NEW : Feedback Chanel
#-14
Posted 11 April 2012 - 12:46 PM
this is what i added....including 'strong' but I will try it again to see if I did make a mistake in the wee hours of the morning LOL
Edited by angiec1, 11 April 2012 - 12:46 PM.
#-13
Posted 11 April 2012 - 12:48 PM
okay...now I feel like this is the first time I've looked at code! Thank you to all that have helped me. (:shamedfaced:)









