Jump to content

[SOLVED] PHP Form Help


MsRedImp

Recommended Posts

Hey, I started learning PHP a few days ago and have gone through some tutorials but haven't found out what I need to know, here's the problem:

 

I used this tutorial to learn about forms: http://www.tizag.com/phpT/forms.php

 

It told me how to make a form with submit button, and then went to a process.php page echoing my input from the first page in an order form example.

 

You can check out what this does here: http://msredimp.110mb.com/form.php

 

But what I want to know is, if somebody uses this form, how do I receive the information they have added? How do I download that to myself?

 

I think this might be something to do with databases, but I haven't learn that yet. Any guide into the correct direction and help is much appreciated,

 

thank you.

 

(I have a Wamp5 server thing set up ready for testing if needed.) :)

Link to comment
https://forums.phpfreaks.com/topic/74743-solved-php-form-help/
Share on other sites

Yes, you need to store the information in a database. If you have no experience with a database, I would recommend reading some tutorials on it before you even go any further with this project. There are actually tutorials on it at the site your already using.

 

http://www.tizag.com/mysqlTutorial/

Link to comment
https://forums.phpfreaks.com/topic/74743-solved-php-form-help/#findComment-377827
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.