Jump to content

PHP Form data display


Nalatari

Recommended Posts

Hi there, can someone please help me.  I have to create a form that sends its data to a database and then pulls it back and display it in a browser. I just need to know what steps to take to do this please.  When submitting the form it needs to show the filled in info in a browser ex: Name: Stan, Surname:Davis and so on.  Creating the form isnt the problem, its the process from submitting to displaying where I get lost.  thank you

Link to comment
https://forums.phpfreaks.com/topic/192514-php-form-data-display/
Share on other sites

Hi there, can someone please help me.  I have to create a form that sends its data to a database and then pulls it back and display it in a browser. I just need to know what steps to take to do this please.  When submitting the form it needs to show the filled in info in a browser ex: Name: Stan, Surname:Davis and so on.  Creating the form isnt the problem, its the process from submitting to displaying where I get lost.  thank you

 

 

Just use the POST or GET method and have a php script place the data in the database using mysqli_query. And you can retrieve it with the same function. There are thousands of tutorials on this on the net. Do a Google search. Post any code that you wrote and are having a problem with and we can help.

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.