-
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?
-
@ symbol before any variable
Why do we put @ symbol before any variable?
-
Functionality of trim() Function
Will the trim() function strip the NULL bytes?
-
-
-
-
-
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?
-
-
POST and GET Methods
Which will execute faster POST or GET? Explain
-
-
-
Form Submit
Can you submit a form without using submit button? If Yes, How?
-
PHP Session
Where does the session stored, either client side or server side?
Ans