i have designed a registration form in html
(registration.html) and to insert user details in database
i have designed a submit form in php
(submit_registration.php) but when i click on submit button
in registration.html it opens a dialogue box which asks for
open or save php(submit_registration.php) even though i
have already installed apache HTTP server and php version 5
on my computer and i am using mysql as backend.
plz suggest me what should i do????
Answer Posted / approacher
file name shouldnot be "registration.html" but
"registration.php"
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many days will it take to learn php?
Tell me how do I escape data before storing it into the database?
How to open a file for reading?
How to redirect a url from http to https in .htaccess?
What does namespace mean in php?
How to remove leading and trailing spaces from user input values in php?
How to take a substring from a given string in php?
What is the sign to start variables in PHP?
What does php mean?
What is a persistence cookie?
Why do we use php?
How many ways to include variables in double-quoted strings in php?
What type of comments are supported by PHP.
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
How to create an array of a group of items inside an html form?