Tell me is it possible to submit a form with a dedicated button?
Do you know what is php?
Do you know what is the function func_num_args() used for?
Tell me how can we automatically escape incoming data?
Do you know what is use of count() function in php?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
Explain how to run the interactive php shell from the command line interface?
Tell me what is mean by an associative array?
How is it possible to cast types in php?
What is the differences between $a != $B and $a !== $B?
How is it possible to set an infinite execution time for php script?
Do you know what is the use of rand() in php?
Tell me are parent constructors called implicitly inside a class constructor?
Explain how can php and javascript interact?
What is the difference between for and foreach?