Re: [PHP] problem in writing into an html text file

2003-02-27 Thread Michael P. Carel
Message - From: Jason Sheets [EMAIL PROTECTED] To: Michael P. Carel [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, February 27, 2003 12:04 PM Subject: Re: [PHP] problem in writing into an html text file Hello Mike, You will need to better describe your problem and preferably

RE: [PHP] problem in writing into an html text file

2003-02-27 Thread Matt Honeycutt
Check stripslashes(), I think that will help you. ---Matt -Original Message- From: Michael P. Carel [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 4:53 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] problem in writing into an html text file this code add a backslashes in all

Re: [PHP] problem in writing into an html text file

2003-02-27 Thread Michael P. Carel
thanks it's working now - Original Message - From: Matt Honeycutt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 28, 2003 7:23 AM Subject: RE: [PHP] problem in writing into an html text file Check stripslashes(), I think that will help you. ---Matt -Original

RE: [PHP] problem in writing into an html text file

2003-02-26 Thread John W. Holmes
Im having a problem writing an HTML code in a text file which comes from the html text area as an editor. There's an added characters inserted to it. How could i write to it perfectly? You have a problem on line 9 of your script after the 'e'. ---John W. Holmes... PHP Architect - A

Re: [PHP] problem in writing into an html text file

2003-02-26 Thread Jason Sheets
Hello Mike, You will need to better describe your problem and preferably show some source code. What characters are being added to it? You could use str_replace or the regular expression replacement functions but you should not get added characters in general. Jason On Wed, 2003-02-26 at

Re: [PHP] problem in writing into an html text file

2003-02-26 Thread Michael P. Carel
. - Original Message - From: Jason Sheets [EMAIL PROTECTED] To: Michael P. Carel [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, February 27, 2003 12:04 PM Subject: Re: [PHP] problem in writing into an html text file Hello Mike, You will need to better describe your problem