How can we submit a form without a submit button?
Answer Posted / naresh
through header() function.
header("location:url:);
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
How do you end a session in php?
Explain the difference between array_merge() and array_combine()?
What is the phpstorm?
How many data types are used by php?
Which will start a session?
Is gender a dependent variable?
What is meant by an associative array?
How is it possible to know the number of rows returned in result set?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
How to set session.gc_maxlifetime properly?
Can you define an array argument as a reference type?
Explain me what are the main error types in php and how do they differ?
What is $_ get and $_ post in php?
What is overloading and overriding in php?
How to convert numbers to strings in php?