0
votes
Getting PEAR to work on XAMPP (Apache/MySQL stack on Windows)
I suspect the include path should show .;C:\xampplite\php\pear - you show it without the drive letter included.
What does the include_path setting in your php.ini file look like?
…
2
votes
What is the best way to access a database from PHP?
I'd choose the MDB2 database abstraction layer from PEAR - it provides a nice, abstracted method to deal with the database. I recommend …
