Re: [PHP] replacing literal " in string

2002-09-25 Thread Tom Rogers
Hi, Thursday, September 26, 2002, 12:02:29 AM, you wrote: RM> Could somebody help me with the correct syntax for an ereg_replace to RM> replace literal occurences of the quote character in a string. I can't RM> seem to get it right. RM> In other words, I have a form input variable -- that liter

Re: [PHP] replacing literal " in string

2002-09-25 Thread Kevin Stone
;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 7:52 AM Subject: [PHP] replacing literal " in string > Could somebody help me with the correct syntax for an ereg_replace to > replace literal occurences of the quote character in a string. I can't

[PHP] replacing literal " in string

2002-09-25 Thread ROBERT MCPEAK
Could somebody help me with the correct syntax for an ereg_replace to replace literal occurences of the quote character in a string. I can't seem to get it right. In other words, I have a form input variable -- that literally may look like this: "some_value", and I want it to literally look lik

[PHP] replacing literal " in string

2002-09-25 Thread ROBERT MCPEAK
Could somebody help me with the correct syntax for an ereg_replace to replace literal occurences of the quote character in a string. I can't seem to get it right. In other words, I have a form input variable -- that literally may look like this: "some_value", and I want it to literally look lik