-
Submit without Submit Button
Is it possible to submit form without submit button in PHP?
-
PHP Session
Where does the session stored, either client side or server side?
-
@ symbol before any variable
Why do we put @ symbol before any variable?
What is the difference between echo and print?
If anyboyd knows, do tell me.waiting for your prompt response.
POST and GET Methods
Which will execute faster POST or GET? Explain
Core PHP
What is Core PHP?
File Uploading in PHP
In core PHP i am making a form it include file uploading option but i have created two choose file option when i choose file to both button then only last button image goes to the folder not goes to both files why...simply i want to add 2 choose file button and when user use both button then both file could be goes into the upload folder...
Form Submit
Can you submit a form without using submit button? If Yes, How?
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
Set JavaScript Variable Value
Can you set JavaScript variable value to php variable? Justify your answer?
Overloading concepts
Why overloading concept is not supported in php
Upload Videos
How do you upload videos using PHP & MySQL
Php fragment
1- Write php fragment code to print out the data submitted by the user through html form using get or post method? we need to display the field name and value??
Functionality of trim() Function
Will the trim() function strip the NULL bytes?
Store session value in cookies
How to store session value in cookies ? can we store session value in cookie ? if u can please explain how ?
Ans