how do i know if mysqli is working properly

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Antek_Ryu
Forum Commoner
Posts: 34
Joined: Tue Aug 09, 2005 10:55 am

how do i know if mysqli is working properly

Post by Antek_Ryu »

Hi

how do i know if mysqli is working properly. As I think some og the functions i am passing working and other dont work



Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

you can try using the reflection classes to snoop into the objects and make sure things are as they appear.

If you can, update your php to the latest stable build as well.
Post Reply