lwharding Posted July 2, 2008 Share Posted July 2, 2008 I have been using a mysql driven php scripts without error for a number of months up until a few days ago. The script itself takes details from a form as well as converting up to two images to .jpg's and then in turn inserts a new record into the database (INSERT INTO...) with a link to the two images (update 'db' set...) . when submitting the form now the new record is not created and the images are not uploaded. i have copied the data to a new table and run various checks on the table itself but to no avail. the only success i do get it is when i copy the table structure to a new table it then works fine. i have checked the existing table to see that there is no corruption nor links to external scripts. the db type is innodb/ I am truly at a loss and would greatly appreciate some expertise. Many thanks! Luha Quote Link to comment https://forums.phpfreaks.com/topic/112989-mysqlphp-suddenly-stopped-working-help/ Share on other sites More sharing options...
BloodyMind Posted July 6, 2008 Share Posted July 6, 2008 maybe there is a problem with datatypes would u explain your problem more ? Quote Link to comment https://forums.phpfreaks.com/topic/112989-mysqlphp-suddenly-stopped-working-help/#findComment-583134 Share on other sites More sharing options...
compguru910 Posted July 20, 2008 Share Posted July 20, 2008 Did you loose your form tags? Is your submit button named correctly so that you can check to see if it has posted? Did you change the username/password to your database? Its normally the really simple stuff Quote Link to comment https://forums.phpfreaks.com/topic/112989-mysqlphp-suddenly-stopped-working-help/#findComment-594808 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.