PDA

View Full Version : Edit page in browser? PLEASE READ


akalsha
08-30-2002, 02:50 AM
Hi all.
I am making a web site that's going to have different people's pictures and profiles on it. Right now I have them fill out an e-mail form and then I put their info on the site by hand.
I would like to know if there is a way to have the people somehow upload and update the page by themselves. An example would be a yahoo profile. You can go in and change your picture and text in the profile....
Is there a script that will do that? I don't even know where to begin. All I know is HTML, but I'm a pretty fast learner.

Thanks:)

x_goose_x
08-30-2002, 03:07 AM
You'll need server-side.

murphyz
08-30-2002, 04:22 PM
Indeed you will. Take a look at PHP, and MySQL tutorials and these should allow you to do all that. You'll also need a host that supports these.

Mxx