Nalatari Posted February 18, 2010 Share Posted February 18, 2010 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 More sharing options...
will35010 Posted February 18, 2010 Share Posted February 18, 2010 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. Link to comment https://forums.phpfreaks.com/topic/192514-php-form-data-display/#findComment-1014318 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.