Hi, i'd some requests for my PHP, can anyone guide me?
Q1: Any upload server can be used so that i can test my upload.php? My currently used web hosting may need permission.
Q2: using <? session_start(); .....?> at every page and assign
$_SESSION['name']=$_POST['name'];
. and at the second page it can show this
<?php echo $_SESSION['name'];?>
, however from second page link to the 3rd page, $_SESSION cant be shown anymore, there is just a blank. Did anyone know the problem?
Thank you for guiding.