Why should I learn php?
No Answer is Posted For this Question
Be the First to Post Answer
What are the difference between abstract class and interface in oops?
How do you format and output a number with leading zero's?
Why do we use in php?
Declare a new variable in php equal to the number 3;
Tell me what is mean by an associative array?
Which library is used in php to do various types of image work?
How can we make a constant in php?
Why is php used for web development?
What is the function of trim?
What is difference between strstr() and stristr()?
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????
Does empty check for null?