How I use global variable in another page without using
$_GET method?
Answer Posted / raju kumar
This is write answer
GET
POST
SESSION
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is the meaning of "enctype= multipart/form-data" ?
How do you display the output directly to the browser?
Tell me can the value of a constant change during the script's execution?
Is php a mvc?
What is singleton pattern in php?
What is difference between print and echo in php?
Why is overriding runtime?
What are the methods to submit form in php?
Which operator is used to combine string values in php?
How to access standard error stream in PHP?
What is the correct and the most two common way to start and finish a php block of code?
What is use of in_array() function in php?
What is the advantage of runtime polymorphism?
What is the difference between md5(), crc32() and sha1() crypto on php?
What is the difference between nowdoc and heredoc?