How to save a webpage to the server directly?

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
bladefish
Forum Newbie
Posts: 1
Joined: Sun Oct 02, 2005 5:31 pm

How to save a webpage to the server directly?

Post by bladefish »

Hi all,

I am new to php.

I want to create one webpage with some text box's and let the user enter some details in it.
Once he is done and click save, I should be able to actually create a new webpage with details above and save it to the server automatically....so that when the user requests the page, he gets wht he has entered.

I dont want any code for this, can any body give me the over view.

Thank a bunch.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

fopen() et al and using the submission data
Post Reply