How to generate HTML page using phpmyadmin | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to generate HTML page using phpmyadmin

After data entry get new user profile

17th Oct 2019, 6:38 PM
Fahim Sardar
Fahim Sardar - avatar
10 Answers
+ 9
✔Create pho folder in wamp or htdocs folder ✔Create your file which include php and html code and save it with extension .php. ✔on your browser type localhost / foldername/filename ✔Now if you want user to redirect to other page on form submit then use 👉🏻form action = "nextfile.php"
19th Oct 2019, 4:28 PM
Ayushi Gujarati
Ayushi Gujarati - avatar
+ 1
Use .php extension instead of .html you mean you want to naviagate or redirect in to profile page after data entery. To achieve this you have to header('path to profile page php file); hope this helpful Happy coding.♾
18th Oct 2019, 8:38 AM
Nithya Yamasinghe
Nithya Yamasinghe - avatar
+ 1
Mirielle🐶 [Inactive] well, i don't know what are you talking about 🤷🏻‍♂️
18th Oct 2019, 6:27 PM
Nikola Stojiljkovic
Nikola Stojiljkovic - avatar
0
What do you mean by 'generate' exactly ? What are you trying to achieve ?
17th Oct 2019, 6:38 PM
Aymane Boukrouh
Aymane Boukrouh - avatar
0
Automatically generate new HTML page using php after data entry
17th Oct 2019, 6:39 PM
Fahim Sardar
Fahim Sardar - avatar
0
Do you mean 'load' ?
17th Oct 2019, 6:41 PM
Aymane Boukrouh
Aymane Boukrouh - avatar
0
Yeah
17th Oct 2019, 6:41 PM
Fahim Sardar
Fahim Sardar - avatar
0
As we get profile after sign up in Facebook
17th Oct 2019, 6:42 PM
Fahim Sardar
Fahim Sardar - avatar
0
??
17th Oct 2019, 6:44 PM
Fahim Sardar
Fahim Sardar - avatar
0
Your file must have extension .php not .html anymore
17th Oct 2019, 7:12 PM
Nikola Stojiljkovic
Nikola Stojiljkovic - avatar