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
Tell us how can we display the output directly to the browser?
What is difference between Method overriding and overloading in PHP?
How to convert a character to an ascii value?
Why do we use in php?
What sized websites have you worked on in the past?
Can we override static method?
What are static variables in php?
What are the advantages of triggers?
What is php crud api?
What is uri routing?
What is sticky form in php?
How to count all the lines of code in a directory and sub folder?
What is the purpose of the '.myd' file extension? What do thes file contain?
How is session id stored in browser?
Which software is used to run php programs?