HELP - Admin Removed mysql.host

2002-02-27 Thread Matt Rudderham
Hi, I think that one of the admins on my MySQL 3.23.38 server somehow removed mysql.host when he was cleaning out old databases, I get the error: 020227 15:21:46 mysqld started 020227 15:21:46 /usr/local/libexec/mysqld: Table 'mysql.host' doesn't exist 020227 15:21:46 mysqld ended If I re-run

MySQL / PHP Augmenting Variables For UPDATE

2002-02-12 Thread Matt Rudderham
e textbox is given a name like $0-name then $1-name dynamically until all the records in the table have been displayed. Does anyone know how I can accomplish this? Many Thanks. - Matt Rudderham - Before posting, please check:

FULL-TEXT Index / Searching Question

2002-02-11 Thread Matt Rudderham
. Can it handle this not much traffic? Thanks. Matt Rudderham I am running MySQL 3.23.38 - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list arc

MySQL / PHP Augmenting Variables For UPDATE

2002-02-06 Thread Matt Rudderham
e textbox is given a name like $0-name then $1-name dynamically until all the records in the table have been displayed. Does anyone know how I can accomplish this? Many Thanks. - Matt Rudderham - Before posting, please check:

FULL-TEXT Index / Searching Question

2002-02-05 Thread Matt Rudderham
. Can it handle this not much traffic? Thanks. Matt Rudderham I am running MySQL 3.23.38 - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list arc

Dumping a MySQL DB Out to Access

2002-02-01 Thread Matt Rudderham
. Matt Rudderham - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe,

Echoing Values Inside Single Quotes for an Insert (PHP)

2002-01-20 Thread Matt Rudderham
Hi, I have a while loop pulling information into an editing form. It labels variables dynamically as so: name="schooling Where $counter is augmented each time through the loop. In order to then insert these, I need to do an insert of $schooling$counter. Below is the statement I've been trying to

RE: Could you look at this PHP/MySQL Code?

2002-01-02 Thread Matt Rudderham
D'oh. Meant to call mysql_query! Thanks! - Matt "Bonum volens duceris in Tartarum" > -Original Message- > From: Michael Brunson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 02, 2002 3:36 PM > To: Matt Rudderham > Cc: [EMAIL PROTECTED] > Su

Could you look at this PHP/MySQL Code?

2002-01-02 Thread Matt Rudderham
ql); echo "Member Added\n"; $sql2 = "select max(member_id) from members"; $member_id = mysql_query($sql2); echo "$member_id"; $sql3 = "INSERT INTO skills (member_id, name, schooling, certifications, d

Programming for referential integrity

2001-12-28 Thread Matt Rudderham
lls table and the committees table when adding the information about those members? I am using PHP and MySQL 3.23.38 running on FreeBSD / Apache(PhP4). Thanks. Matt Rudderham "Bonum volens duceris in Tartarum" - Befo