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
Is null or empty c#?
How to convert strings in hex format?
Tell me what is the meaning of a final class and a final method?
Which functions are used to count the total number of array elements in php?
What is a php trait?
What is difference between explode() or split() in PHP?
Is php dead 2019?
How to get number of elements in an array?
Explain NULL?
What is cookies php?
Suppose your zend engine supports the mode Then how can you configure your php zend engine to support Mode ?
Write a program to get second highest number in an array using php?
How can we calculate the similarity between two strings?
Explain the difference b/w static and dynamic websites?
What the difference between the 'bitwise and' operator and the 'logical and' operator?