What are php data types?
No Answer is Posted For this Question
Be the First to Post Answer
Can we embedded directly PHP code into XHTML document? State Whether True or False?
Can we set session value in javascript?
Which function is used in php to check the data type of any variable?
Is nan in php?
What the use of var_dump()?
What is the most common http method?
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?
Tell me what is the use of mysql_real_escape_string() function?
What is the difference between == and === in php?
How to remove duplicate values from a PHP Array?
How can we do user authentication without using session/cookies ? For ex:- From page1 accepts user name and password and need to check in all other pages whether the user has logged in or not
How can we find the number of rows in a result set using PHP?