> I have a variable(s) that hold the string: > "name" > and I'd like to kill the quotes so it contains: > name > I am aware of the strlen() function but can find the concant $newVar = eregi_replace( "\"", "", $varWithAboveData ); Chris
- [PHP] how do you erase quotes from variable? Michael Zornek
- Re: [PHP] how do you erase quotes from variable? Nik Gare
- Re: [PHP] how do you erase quotes from variable? Rasmus Lerdorf
- RE: [PHP] how do you erase quotes from variable? Boget, Chris
- RE: [PHP] how do you erase quotes from variable? Dustin Butler