+ 1
How to generate HTML page using phpmyadmin
After data entry get new user profile
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"
+ 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.âŸ
+ 1
Mirielleđ¶ [Inactive] well, i don't know what are you talking about đ€·đ»ââïž
0
What do you mean by 'generate' exactly ? What are you trying to achieve ?
0
Automatically generate new HTML page using php
after data entry
0
Do you mean 'load' ?
0
Yeah
0
As we get profile after sign up in Facebook
0
??
0
Your file must have extension .php not .html anymore