|
Well im not that familiar with transactions myself. I've only used them once for quite some time. Although you have to run a command (some php function) to start the transaction yourself.
You can also check what storage engine your MySQL uses. The standard one is MyISAM I believe and with it you can't use transactions. So if that's the case then you don't need to worry about transactions.
Unfortunately though, I'm running short of ideas to your problem.
This may be a stupid question, but since you can select the inserted data in your script, are you sure you're looking at the correct database and table in phpMyAdmin?
__________________
34343639363436653237373432303635373837303635363337 34323037343638363137343263323036343639363432303739 366637353366
Last edited by lizciz; 08-20-2009 at 02:52 PM..
|