Click here to get back home

text field double quotes

 HomeNewsGroups | Search | About
 comp.lang.php    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
text field double quotes Jeff 06-21-2008
Get Chitika Premium
Posted by Jeff on June 21, 2008, 11:44 am
Please log in for more thread options
Lets say we have double quotes in a string and we want to set a
textfield to that value:

$string = ' my "string"';

<input type="text" value="$string">

The double quotes will wreck havoc.

I thought of this:

$string=addcslashes($string'],'"');

But that didn't work. There must be a php function for doing this.

Jeff

Posted by Michael Fesser on June 21, 2008, 11:50 am
Please log in for more thread options
.oO(Jeff)

> Lets say we have double quotes in a string and we want to set a
>textfield to that value:
>
>$string = ' my "string"';
>
><input type="text" value="$string">
>
>The double quotes will wreck havoc.
>
> I thought of this:
>
>$string=addcslashes($string'],'"');
>
> But that didn't work. There must be a php function for doing this.

htmlspecialchars()

Micha

Similar ThreadsPosted
Double quotes in text input October 19, 2006, 9:24 pm
[OT] handling both single and double quotes in HTML text inputs August 4, 2004, 11:41 am
single quotes, double quotes and "undefined index" July 13, 2007, 9:56 am
Replacing double quotes with single quotes January 19, 2005, 7:21 am
not seeing single quotes and double quotes in php. Appear as ? instead. April 28, 2008, 4:28 pm
When to use single or double quotes November 18, 2004, 6:45 am
double quotes appear as ? on website January 4, 2005, 6:13 pm
How to print double quotes in BBCode? October 3, 2004, 12:30 pm
Parser Error with Double Quotes April 9, 2006, 3:47 am
Regex help with removing double quotes November 5, 2007, 2:11 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap