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 escape single quotes php?
Which php framework is best for beginners?
What is php sequence?
What is __ construct in php?
Explain me what is sql injection?
Why php 7 is faster?
How can you increase the maximum execution time of a script in php?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
What is the use of anonymous function in php?
Do you know what is the differences between $a != $B and $a !== $B?
What are the different opening and closing tags available in PHP?
Explain preg_Match and preg_replace?
What is mvc? Why its been used?
What is active record in php?
What is difference between include,require,include_once and require_once()?