DarkHavoc Posted November 8, 2003 Posted November 8, 2003 apparently you cant use the >> ' << in your text part of the php code. whats a way to put it in w/o gettin an error? thanks as always Dennis, Quote
TCH-Don Posted November 8, 2003 Posted November 8, 2003 Have you tried something like print(" it\'s an apostrophe "); the \ will escape the ' character to cause it to be displayed. You can also display a quotation mark print(" this is a \"quote\" "); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.