How to generate HTML page using phpmyadmin | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 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 Respostas
+ 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