Is it possible to echo a double quote symbol?
Moderator: General Moderators
- edawson003
- Forum Contributor
- Posts: 133
- Joined: Thu Aug 20, 2009 6:34 am
- Location: Los Angeles, CA - USA
Is it possible to echo a double quote symbol?
If so, how?
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- edawson003
- Forum Contributor
- Posts: 133
- Joined: Thu Aug 20, 2009 6:34 am
- Location: Los Angeles, CA - USA
- edawson003
- Forum Contributor
- Posts: 133
- Joined: Thu Aug 20, 2009 6:34 am
- Location: Los Angeles, CA - USA
Re: Is it possible to echo a double quote symbol?
how would I echo a comma? I tried this. Didn't work.
<? echo "\,"; ?>
<? echo "\,"; ?>
Re: Is it possible to echo a double quote symbol?
just echo ","; or echo ',';
, doesnt need to be escaped
, doesnt need to be escaped