-
What is the difference between echo and print?
If anyboyd knows, do tell me.waiting for your prompt response.
-
PHP Session
Where does the session stored, either client side or server side?
-
-
Form Submit
Can you submit a form without using submit button? If Yes, How?
POST and GET Methods
Which will execute faster POST or GET? Explain
Count hits
If we have a button on a simple page and a user clicks on the button, then how we can come to know how many times the user has clicked on the button?
Submit without Submit Button
Is it possible to submit form without submit button in PHP?
Functionality of trim() Function
Will the trim() function strip the NULL bytes?
Would you initialize your strings with single quotes or double quotes?
Since the data inside the single-quoted string is not parsed for variable substitution, it’s always a better idea speed-wise to initialize a string with single quotes, unless you specifically need variable substitution
Ob_start()
What is the use of ob_start() in PHP?
Ans