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


Please Help Members By Posting Answers For Below Questions

How escape single quotes php?

686


Which php framework is best for beginners?

760


What is php sequence?

712


What is __ construct in php?

708


Explain me what is sql injection?

722


Why php 7 is faster?

712


How can you increase the maximum execution time of a script in php?

734


What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?

759


What is the use of anonymous function in php?

746


Do you know what is the differences between $a != $B and $a !== $B?

699


What are the different opening and closing tags available in PHP?

775


Explain preg_Match and preg_replace?

747


What is mvc? Why its been used?

707


What is active record in php?

668


What is difference between include,require,include_once and require_once()?

735