How can you create a session in php?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between action hook and filter hook?
Tell me what are the different types of errors in php?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
How to insert an new array element in array?
What is var_dump function in php?
Can we extend multiple classes in php?
What is the difference between InnoDb tables and MyIsam Tables in php
How to call javascript function in php without any event?
Tell me when a conditional statement is ended with an endif?
How can I use the COM components in php?
1 Answers Covansys, Rushmore Consultancy,
Explain what is meant by pear in php?
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????