dlloyd
Official Pianist
Okay, I don't know what the problem here is, so I am going to describe what is happening.
I have installed PHP and MySQL on my iBook, it seems like PHP is working like it should. I did have some problems getting MySQL to work (I still can't set a root password for some reason, ended up reinstalling about six times! If you can help with this as well, that would be great!).
However, the problem now is that I can't get PHP to 'talk' with MySQL properly. I have tried two different scripts now, both have the same problem. PHP seems to be able to create and modify databases (e.g. I can use a script to create a database, and I can also use a script to add tables, columns, rows, and data). But when I try and input something using a form, it will not get added into the database. What actually happens is that I put my data into the form, and I click Submit, but then my data seems to have been reset (And yes, I did check to make sure that this is not a Reset button instead of a Submit button).
Please help, as this has been driving me up the wall for about three days now!
I have installed PHP and MySQL on my iBook, it seems like PHP is working like it should. I did have some problems getting MySQL to work (I still can't set a root password for some reason, ended up reinstalling about six times! If you can help with this as well, that would be great!).
However, the problem now is that I can't get PHP to 'talk' with MySQL properly. I have tried two different scripts now, both have the same problem. PHP seems to be able to create and modify databases (e.g. I can use a script to create a database, and I can also use a script to add tables, columns, rows, and data). But when I try and input something using a form, it will not get added into the database. What actually happens is that I put my data into the form, and I click Submit, but then my data seems to have been reset (And yes, I did check to make sure that this is not a Reset button instead of a Submit button).
Please help, as this has been driving me up the wall for about three days now!