I have a MySQL db and I am using mysqli.
mysqli
for some reason I can\'t get transactions to work properly. If I call $mysqli->rollback(), it d
$mysqli->rollback()
are you using myIsam or innodb?? becouse it only works for innodb as far as i know