George B wrote: <snip>
It does not seem to be putting anything into the DB. Gives no errors, but I check PHP My Admin, and there is nothing in the users and passwords field. I think something isnt working.... hmmm
Without seeing more of your code, we won't be able to tell for sure, but if I was a betting man, I'm going to say you didn't select the db (and it's not in your query).
Right after you run your query, echo out mysql_error() mysql_query ( $query ); echo ( "<br />" . mysql_error() . "<br />\n" ); -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 john@xxxxxxxxxxxx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php