> 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
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
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
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
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
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
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
7 matches
Mail list logo