> -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";
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
2 matches
Mail list logo