[SOLVED] Cant pass on $_SESSION["UserID"] |
8/28/2017 04:28:12 | |
| PHPRunner General questions | ||
|
S
swanside author
I login and I am presented with my screen of Jobs. I click on a link generated from this code if ($value=="DTD") $value = "<a target=_self href=\"LiveImports_add.php?editid1=".$data["Job_No"]."\">".$value."</a>";
http://192.168.2.16/shark/LiveImports_add.php?editid1=1028320#1
$_SESSION["UserID"]
http://192.168.2.16/shark/LiveImports_list.php?a=returnand then click add new it opens http://192.168.2.16/shark/LiveImports_add.php#1and the Engineers name are filled out. Now(), when I access the page using if ($value=="DTD") $value = "<a target=_self href=\"LiveImports_add.php?editid1=".$data["Job_No"]."\">".$value."</a>";The date is blank, but again, if I go back to list and then click Add new the date is filled in? |
||
|
S
|
swanside author 8/29/2017 |
|
Half solved. $_SESSION["Job_No"]
|
|
|
S
|
swanside author 8/29/2017 |
|
Half solved. I got it tom pass the Job_No using $_SESSION["Job_No"]
|
|