RE: [PHP] Carrying a variable

2003-07-15 Thread Ford, Mike [LSS]
> -Original Message- > From: Ron Allen [mailto:[EMAIL PROTECTED] > Sent: 15 July 2003 10:55 > > I am using PHP 4.3.0 > The way that I usually carry variables from one page to another is > $Unit = ($_GET['Unit']); > > This is the page that is referencing it! > echo ""; > $DBName = "SIGO";

[PHP] Carrying a variable

2003-07-15 Thread Ron Allen
I am using PHP 4.3.0 The way that I usually carry variables from one page to another is $Unit = ($_GET['Unit']); This is the page that is referencing it! "; $DBName = "SIGO"; $table1 = "sigo"; include 'drop.php'; $db = mysql_connect("$DBhost","$DBuser","$DBpass") or die("Problem connecting"); mys