[PHP-DB] Array Trouble

2003-01-29 Thread Tyler Whitesides
Hi, I e-mailed this before, but the attachments didnt go through. I am designing something that my tech team can use to track the maintenancing of our school district computers. I have a table of data (formitems) that contains tasks that must be completed for that computer depending on the

[PHP-DB] Array trouble

2003-01-23 Thread Tyler Whitesides
Hi, I have been having a lot of trouble getting an array into the MySQL table like I want it. This is supposed to take the current maintenance tasks from a table in the database on apple.php each of these is given a name $item[autoNo] where autoNo is the auto_increment id that task is

[PHP-DB] Array trouble

2003-01-23 Thread Tyler Whitesides
Hi, I have been having a lot of trouble getting an array into the MySQL table like I want it. This is supposed to take the current maintenance tasks from a table in the database on apple.php each of these is given a name $item[autoNo] where autoNo is the auto_increment id that task is

Re: [PHP-DB] mysql-windows xp

2002-12-13 Thread Tyler Whitesides
Hi, If you want MySQL to work in XP, make sure that you have the proper version (XP/2000/NT) and in the advanced settings of your firewall, make sure to allow TCP port 3306 to have full internet access from inside as well as out. Good luck, Tyler - Original Message - From: SELPH,JASON

Re: [PHP-DB] Undefined Constant

2002-11-27 Thread Tyler Whitesides
] Sent: Tuesday, November 26, 2002 11:39 PM Subject: Re: [PHP-DB] Undefined Constant On Wednesday 27 November 2002 15:24, Tyler Whitesides wrote: Hi, Although I have been working with PHP for a while, working with Databases is something that I am only so so at. This code is supposed

[PHP-DB] Undefined Constant

2002-11-26 Thread Tyler Whitesides
Hi, Although I have been working with PHP for a while, working with Databases is something that I am only so so at. This code is supposed to grab the price from the database given the auto_increment id is inside of $casing. I am trying to get the $row[price] to echo so that Javascript

[PHP-DB] mysql_num_rows()

2002-11-19 Thread Tyler Whitesides
the loop stops. For some reason the $insert never recieves any value. Thanks in advance, Tyler Whitesides East Valley School District WebAdministrator -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Select Fields

2002-11-06 Thread Tyler Whitesides
Hi, Sorry if this is ametuer, but I have been staring at this code for so long, trying to find out why my selection fields are gathering values, and I cant find the problem. Thanks, Tyler -- ? include './include/vars.php'; include './include/dbconnect.php'; ? html head title?= $title

Re: [PHP-DB] Select Fields

2002-11-06 Thread Tyler Whitesides
Thank you putting '%case%' instead of case worked! - Original Message - From: David Smith [EMAIL PROTECTED] To: Tyler Whitesides [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, November 06, 2002 10:47 PM Subject: Re: [PHP-DB] Select Fields Tyler, You probably need one or two