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]

Reply via email to