RE: [PHP-DB] Problem with passing variables in PHP

2003-03-14 Thread SELPH,JASON (HP-Richardson,ex1)
)) { 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

RE: [PHP-DB] Problem with passing variables in PHP

2003-03-14 Thread Hutchins, Richard
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

[PHP-DB] Problem with passing variables in PHP

2003-03-14 Thread Mazin Albahkali
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