are you serious!? I've had so many unexplained issue come up by using Access over the years that if I didn't have to use the damn thing, I would drop it in a second! I'm in love with PHP and I've used it extensively. It's got an insane amount of good resources built into it just like Python does. The syntax may be a little difficult to learn at first, but to me it's just as good as any other back end OOP language on the internet.I would say the only issue I have with it is the fact that the error messages it throws are sometimes unclear so it sometimes takes a while to find an error. The other thing that happens quite often is....if there is a small typo in a script somewhere, it is not uncommon for PHP to not throw any error but also not return anything from the scripts desired outcome. I've had that happen many times, with huge scripts all the way down to small built-in functions. That's why IDEs like Eclipse and Dreamweaver are so good. They identify logic errors and typos as ur writing the code.