Page 1 of 1

help with php!!!

Posted: Sun Mar 09, 2008 6:55 pm
by lvasilis222
Does anyone know a way to create a txt file using php?
I want my webpage in a specific function to create a txt file (which name will be taken from a variable, for example $name). Then i will open the file using fopen function, write to it using fwrite and close it using fclose, but i don't know how to create the file.

Re: help with php!!!

Posted: Sun Mar 09, 2008 8:07 pm
by Christopher

Re: help with php!!!

Posted: Mon Mar 10, 2008 10:38 am
by pickle
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.