Re: After php udate, php pages no longer update MySQL database

2002-02-28 Thread Dieter Lunn
If you compiled it did you use --with-mysql? On February 28, 2002 01:30 pm, you wrote: > I just reinstalled the latest version of php on my system and after doing > so the pages that existed within the site no longer allow records to be > updated in MySQL, records that updated fine before. Any i

Re: After php udate, php pages no longer update MySQL database

2002-02-28 Thread Benjamin Pflugmann
Hi. That's too few information to say anything concrete. Do you get any error message? If not, please look how to enable error messages in PHP (or change your script to log them). Then post the error message you get. Bye, Benjamin. On Thu, Feb 28, 2002 at 02:30:20PM -0500, [EMAIL PROT

RE: After php udate, php pages no longer update MySQL database

2002-02-28 Thread Todd Williamsen
Which PHP version did you update to? I have noticed in PHP 4.1.1 is more anal about syntax -Original Message- From: Vernon [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 1:30 PM To: php-list; MySQL-list Subject: After php udate, php pages no longer update MySQL database

RE: After php udate, php pages no longer update MySQL database

2002-02-28 Thread Simon Green
Sorry but questons What is the update.log say (is it connecting)? Is it just UPDATE, do SELECT's work? Have you got if (mysql_create_db ($DBname, $Link)){ print ("worked"); }else{ print ("fail"); } etc...? Simon -Original Message- From: Vernon [mailto:[EMAIL PROTECTED]]