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 to set cookies in php?
What is sorting php?
What are the differences between mysqli_connect and mysqli_pconnect?
How to replace a substring in a given string?
What is mean tnq
How does php strcmp work?
What is the use of "echo" in php?
Are php session secure?
How to return ascii value of character in php?
How we get ip address of client, previous reference page etc?
Write a program to display table of a number using php?
What are examples of independent and dependent variables?
What is isset php?
Tell me how comparison of objects is done in php5?
Which framework is best for php?