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
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: http://www.mysql.com/manual.php

FULL-TEXT Index / Searching Question

2002-02-11 Thread Matt Rudderham
. 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 archive) To request this thread, e-mail [EMAIL

MySQL / PHP Augmenting Variables For UPDATE

2002-02-06 Thread Matt Rudderham
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: http://www.mysql.com/manual.php

FULL-TEXT Index / Searching Question

2002-02-05 Thread Matt Rudderham
. 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 archive) To request this thread, e-mail [EMAIL

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, e-mail

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?php echo $counter? 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

Could you look at this PHP/MySQL Code?

2002-01-02 Thread Matt Rudderham
, certifications, description) VALUES ('$member_id','$skill_name','$schooling','$certifications','$skill_descr iption'); $result = mysql_result($sql3); echo $result; ? Thanks very much Matt Rudderham Bonum volens duceris in Tartarum

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] Subject: Re: Could you look at this PHP/MySQL

Programming for referential integrity

2001-12-28 Thread Matt Rudderham
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 - Before posting, please check: http://www.mysql.com/manual.php