Hi all
I'm encountering some problems switching to PHP 5.3.
I am now using XAMPP 1.7.2.
I had this database class extended and it worked when using PHP 5.2.9. But after the switch to 5.3 it doesn't. (Today I found out it was originally written for PHP 4 so it's pretty normal it gives errors now)
When I try to import (include/require) this class (or my database class that extends it), I get to see code from that class on the web page. (and of course, it doesn't work)
Does anyone know about a good database class for php 5.3 (preferably using mysqlnd since it's better) and a good tutorial how to install mysqlnd?
Or any other solution?
Thx in advance.
Grtz, K?!