about saving datas in documents...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kujtim
Forum Commoner
Posts: 35
Joined: Sat Oct 25, 2003 4:00 am
Location: kosovo
Contact:

about saving datas in documents...

Post by kujtim »

i have the html page thet contain an text area and php page
i vant thet the writed text in the text area to be saved in an document file
the name of the document will bi (kujtim.bat) and to be able to see thet text always wen I breowse the php page
thenks for your help...................
Nay
Forum Regular
Posts: 951
Joined: Fri Jun 20, 2003 11:03 am
Location: Brisbane, Australia

Post by Nay »

Take a look at these functions:

http://php.net/fopen
http://php.net/fwrite

-Nay
kujtim
Forum Commoner
Posts: 35
Joined: Sat Oct 25, 2003 4:00 am
Location: kosovo
Contact:

deleting a text in to the document file.....

Post by kujtim »

how can i delete a text in tu the document by clicing on the buttom and make me be able to vrite a new text in the document file..
Post Reply