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 meant by ‘passing the variable by value and reference' in php?
What does $globals mean?
Can php run without server?
How we can declare variable in php?
Is php developer in demand?
What is sql injection in php?
How does php serialize work?
Write a program to display a table of any given number?
What is session data?
Explain NULL?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
Which is useful for method overloading?
Is php a framework?
Require_once(), require(), include(). What is difference between them?
Which will check if a function exists?