I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
Which function will you use to create an array?
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?
Is php case sensitive?
What is member function?
Is learning php easy?
Which array function checks if the particular key exists in the array?
What is asort php?
Are php sessions cookies?
what are the differences between php and perl
Is php object oriented?
What does $_cookie mean?
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????