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
What is the use of addslashes in php?
Is it possible to submit a form with a dedicated button?
Explain NULL?
What is meant by public, private, protected, static and final scopes?
What is difference between put and post method in http?
What is mod_php?
Why php is better?
How do you end a session in php?
Is PHP runs on different platforms (Windows, Linux, Unix, etc.)?
Differentiate between php5 and php7?
Why do we use in php?
What does the unlink() function means?
Can I include php in javascript?
What are the differences between php constants and variables?
Which parts of php are case sensitive?