How I use global variable in another page without using
$_GET method?
Answer Posted / rakesh kumar mishra
use also $_REQUEST['valuename'];
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How can php and javascript interact?
What is the use of stripslashes in php?
How to remove white spaces from the beginning and/or the end of a string in php?
Write a program to display table of a number using php?
What is php mean?
How can we display information of a variable and readable by human with php?
Which is the best php framework for a beginner?
What is the Default syntax used in PHP?
What is use of echo in php?
How to genrate report in wordpress cms
What are the differences between mysqli_connect and mysqli_pconnect?
What is basic php?
What is the difference between == and === in php?
Php code to find whether a number armstrong or not?
What are the difference between array_keys() and array_key_exists() in php?