Page 1 of 1

XAMPP PDO

PostPosted: 17. August 2010 05:00
by Twinkie
I have been creating a PHP script using PDO for MySQL and I downloaded XAMPP to test it locally. I am not very good with servers, so I have all the default options enabled. When I run the script (which has an insert statement), the database is unaffected and no error or exception is thrown. I assumed that this is because there is some fault in the PDO extension for MySQL, but I don't really know why. How can I get PDO to work on XAMPP?

Re: XAMPP PDO

PostPosted: 17. August 2010 05:38
by Altrea
Twinkie wrote:I assumed that this is because there is some fault in the PDO extension for MySQL, but I don't really know why.

Maybe there is an error in your PHP script instead.
But without to see your script its impossible to say.

btw: next time post your threads in the english section of this board. Otherwise peaple answer in german and maybe you don't understand anything of it.