RE: Issues with pulling out data from MySQL

2004-03-25 Thread Drogo Bumbleroot
> 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

Re: Issues with pulling out data from MySQL

2004-03-25 Thread Kirk Strauser
At 2004-03-25T23:57:37Z, [EMAIL PROTECTED] writes: > Thanks Kirk for the insight. The DB is offline at the moment and can not > be reached except for people connected to my LAN, which might explain > something. That's a nicely safe position to be in until you get it patched. :) > I will google

Re: Issues with pulling out data from MySQL

2004-03-25 Thread Kevin Mark
On Thu, Mar 25, 2004 at 03:04:22PM -0500, [EMAIL PROTECTED] wrote: > 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

Re: Issues with pulling out data from MySQL

2004-03-25 Thread andre
Thanks Kirk for the insight. The DB is offline at the moment and can not be reached except for people connected to my LAN, which might explain something. I will google this evening for PHP injections, and I greatly appreciate the direction. Is there anything that i should be currently looking fo

Re: Issues with pulling out data from MySQL

2004-03-25 Thread Kirk Strauser
At 2004-03-25T22:14:48Z, [EMAIL PROTECTED] writes: > > > $db = mysql_connect("localhost", "root"); > mysql_select_db("dtrackLog",$db); > if ($submit) { > if ($ExID) { > $sql = "UPDATE TL_Exploit SET > LogID='$LogID',OfficialName='$OfficialName',BugTraqID='$BugTraqID',PublishedDate='$Publi

Re: Issues with pulling out data from MySQL

2004-03-25 Thread andre
Hey Monique, Thank you much for the reply. The code is listed below, wasnt sure if i should send it in a file or not, security purposes. Database is named dtrackLog, all tables are present, and if i query from the command line, I can see the data in the fields that I have previously entered. Whe

Re: Issues with pulling out data from MySQL

2004-03-25 Thread Monique Y. Herman
On 2004-03-25, [EMAIL PROTECTED] penned: > 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