Hi,
It is probably a register globals problem. If register globals is set to off
in your php.ini you have to access $sw as $_GET['sw']
hth Henrik Hornemann
-Original Message-
From: A. Mikkelsen
To: [EMAIL PROTECTED]
Sent: 28-02-03 10:52
Subject: [PHP-WIN] Problem with lin
Hi
I'm using
SQL Navigator
to link to main.php. The link to the page works but not the ?sw=SQL path.
In main.php i use the following to check the ?sw=
SWITCH ($sw)
{
CASE ("toad"):
$Where_Text = "AND Software = 'Toad'";
$Choosen_SW = "Toad";
BREAK;