Hi Tyler, Most probably there is a problem in PHP configuration if you are sure MySQL is working properly. You didn't get any errors, did you? If not and you have acces to php.ini change the error reporting level to E_ALL. If you don't have acces to php.ini, call the error_reporting (E_ALL); so that you could get some verbose output from PHP about what the problem. Fero
----- Original Message ----- From: "Tyler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 15:43 Subject: Cant change anything via web? > Hey.. I've got a promblem. I use PHP, and I cant seem to be able to change > anything in the MySQL db via the webpage. I know the scripts are correct, > but nothing happens when I change somethign via web. I've even installed > PhpMyAdmin to moniter the DB via the web, and that doesn't work either. I > dont knwo whats wrong.. but the only way I can edit my DB is to do it via > mysqladmin ON the linux box > > -Thanks oin advance > Tyler > > --------------------------------------------------------------------- > 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 <[EMAIL PROTECTED]> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php --------------------------------------------------------------------- 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 <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php