I apologise that this question is a bit basic
// This is part of the form it works OK
code
Global $nJobno = GetJobNo();
?>
<center>
<form action="jobmysqlsend.php" method="post">
/code
I need the variable $nJobno in "jobmysqlsend.php"
code
This is in "jobmysqlsend.php"
print $nJobno;
/code
This results in nothing
// This is part of the form it works OK
code
Global $nJobno = GetJobNo();
?>
<center>
<form action="jobmysqlsend.php" method="post">
/code
I need the variable $nJobno in "jobmysqlsend.php"
code
This is in "jobmysqlsend.php"
print $nJobno;
/code
This results in nothing