Explain what is the static variable in function useful for?
No Answer is Posted For this Question
Be the First to Post Answer
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????
Which MySQL function would you use to select a database?
Is php a middleware?
What is the difference between require and include in php?
Which framework is best for php development?
i want to store retrieved data from database into an array list with limit.And display the data from that array list.have any answer for this?
What is the difference between print() and echo() in PHP?
when ever the user logged in the database table the current registered date will be appeared
how many types of inheritance is there in php? name there?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
What is the difference between PHP,ASP and JSP?
How To Get the Uploaded File Information in the Receiving Script?