Re: [PHP] Fwrite Function

2008-02-18 Thread Richard Lynch
On Sat, February 16, 2008 6:03 am, Yuval Schwartz wrote: Hello, Can you please help me, I am writing code where I create a file and write to it from a form on a webpage and then read and display this file on the webpage. I want to change the color of the text that is written to the file.

[PHP] Fwrite Function

2008-02-16 Thread Yuval Schwartz
Hello, Can you please help me, I am writing code where I create a file and write to it from a form on a webpage and then read and display this file on the webpage. I want to change the color of the text that is written to the file. Do you know how I can do this? This is some of my code if you

RE: [PHP] Fwrite Function

2008-02-16 Thread Bastien Koert
Date: Sat, 16 Feb 2008 14:03:26 +0200 From: [EMAIL PROTECTED] To: php-general@lists.php.net Subject: [PHP] Fwrite Function Hello, Can you please help me, I am writing code where I create a file and write to it from a form on a webpage and then read and display

Re: [PHP] Fwrite Function

2008-02-16 Thread Nick Stinemates
Yuval Schwartz wrote: Hello, Can you please help me, I am writing code where I create a file and write to it from a form on a webpage and then read and display this file on the webpage. I want to change the color of the text that is written to the file. Do you know how I can do this? This