PHP does not see Table updates

2002-02-13 Thread AOK Lansing
I am using PHP to access a MySQL DB. If I stop MySql and then restart it and then open my webpage the table values are correct. If I make a change to the table, close my browser and restart it, the table values are the old values. If I stop MySQL after changes and then restart it, all works well.

Re: PHP does not see Table updates

2002-02-13 Thread Bob Hiller
Problem Solved! Thanks - Original Message - From: "AOK Lansing" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 1:37 PM Subject: PHP does not see Table updates > I am using PHP to access a MySQL DB. If I stop MySql and then rest

RE: PHP does not see Table updates

2002-02-13 Thread Rick Emery
Show us your code. What are your table structures like? -Original Message- From: AOK Lansing [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 12:37 PM To: [EMAIL PROTECTED] Subject: PHP does not see Table updates I am using PHP to access a MySQL DB. If I stop MySql and

RE: PHP does not see Table updates

2002-02-07 Thread Rick Emery
Show us your code. What are your table structures like? -Original Message- From: AOK Lansing [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 12:37 PM To: [EMAIL PROTECTED] Subject: PHP does not see Table updates I am using PHP to access a MySQL DB. If I stop MySql and

Re: PHP does not see Table updates

2002-02-07 Thread Bob Hiller
Problem Solved! Thanks - Original Message - From: "AOK Lansing" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 1:37 PM Subject: PHP does not see Table updates > I am using PHP to access a MySQL DB. If I stop MySql and then rest

PHP does not see Table updates

2002-02-07 Thread AOK Lansing
I am using PHP to access a MySQL DB. If I stop MySql and then restart it and then open my webpage the table values are correct. If I make a change to the table, close my browser and restart it, the table values are the old values. If I stop MySQL after changes and then restart it, all works well.