Answer Posted / lalu
eception is exception
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What are some of the advanced features of php?
Why sessions are used in php?
What is the meaning of "enctype= multipart/form-data" ?
Is runtime polymorphism overriding?
What are magic constants in php?
What does php exit do?
Explain how can we increase the execution time of a php script?
Explain how is it possible to set an infinite execution time for php script?
How to close a session properly?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Is it easy to learn php?
How to initiate a session in php?
How to strip whitespace (or other characters) from the beginning and end of a string?
How many types of functions are there in php?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?