i am using redhat8 with default php installed, the problem i am facing
is that:
#test.php
<?php
echo $test_value;
?>
localhost/test.php?test_v alue=abc
whatever values i try, php can't get my values passed by get or direct
url passing. do you have any ideas about that problem? thanks :)
is that:
#test.php
<?php
echo $test_value;
?>
localhost/test.php?test_v alue=abc
whatever values i try, php can't get my values passed by get or direct
url passing. do you have any ideas about that problem? thanks :)
Comment