In article <a05001900b69508a9435a@[38.241.81.150]>, Michael Zornek <[EMAIL PROTECTED]> wrote: > I have a variable(s) that hold the string: > "name" > and I'd like to kill the quotes so it contains: > name $name = ereg_replace("\"","",$name); Maybe, Nik -- <hr> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [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