What are the advantages of PHP over HTML?
Answer Posted / nayanbheda
php scripts are executed on the server..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
List some features of php that are deprecated in php7?
What are the special characters you need to escape in single-quoted stings?
Tell me in php, objects are they passed by value or by reference?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
How to reset/destroy a cookie?
Tell me what is mean by an associative array?
What does the array operator '===' means?
How can we submit a form without using submit buttons?
Is ruby on rails php?
What does mysqli_query return?
Tell me is it possible to remove the html tags from data?
How can we encrypt the password using php?
Write a program to display a table of any given number?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?