Hallo.
My immediate problem is that when I try to declare a mysqli object as follows:
$connection=new mysqli('localhost','qcf_admin','qcf_admin');
I get an error that reads:
Debug Error: C:\Program Files\Apache Group\Apache2\htdocs\testzend\testzend.php line 8 - Class 'mysqli' not found
I'm guessing that I need to include some file or other, but can't find any information that might help me guess where it is.
Can anyone help with this?
Also, as this suggests, I could really use some advice on any good books/documentation that's around & that will help me. I'm an experienced C++ developer, so I shouldn't struggle *too* much w/ technical stuff...
Thanks in advance for any help.
doug.
If I had a hammer...
My immediate problem is that when I try to declare a mysqli object as follows:
$connection=new mysqli('localhost','qcf_admin','qcf_admin');
I get an error that reads:
Debug Error: C:\Program Files\Apache Group\Apache2\htdocs\testzend\testzend.php line 8 - Class 'mysqli' not found
I'm guessing that I need to include some file or other, but can't find any information that might help me guess where it is.
Can anyone help with this?
Also, as this suggests, I could really use some advice on any good books/documentation that's around & that will help me. I'm an experienced C++ developer, so I shouldn't struggle *too* much w/ technical stuff...
Thanks in advance for any help.
doug.
If I had a hammer...