)) {
print($sname);
} else {
print ("No data yet\n");
}
echo "\n";
echo "\n";
?>
-Original Message-
From: Mazin Albahkali [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 10:08 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Problem
PROTECTED]
> Subject: [PHP-DB] Problem with passing variables in PHP
>
>
> I'm a beginner in PHP and Database connections
>
> I'm accessing a MS Access database using PHP. Everything is
> working fine. I
> get the data through an ODBC query and show it on an HT
I'm a beginner in PHP and Database connections
I'm accessing a MS Access database using PHP. Everything is working fine. I
get the data through an ODBC query and show it on an HTML format form so
that I can modify the data and re-post it. I tried to pass the values to a
second php file that has th