> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 25, 2004 3:04 PM > To: [EMAIL PROTECTED] > Subject: Issues with pulling out data from MySQL > > > Hi folks, > > NEWBIE here, I am having issues with pulling data out of > several tables in MySQL. I am running debian 3.0.23 with > MySQL 3.23.49, I can create the tables and view them through > mysqladmin along with the data, put using the webform that I > created with PHP4, only some of the fields of data are being > displayed. > Any idea at where I need to start to look for issues? Does > this sould like a DB issue or a code issue with my webform? > Any insight would be much appreciated. Thank you. > > Regards, > > dre
I don't know PHP, but one thing that tripped me up in the past doing web/perl/sql stuff was forgetting to give the web server the rights to query the database. Have you done that? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.639 / Virus Database: 408 - Release Date: 3/22/2004

