OK I'm a newb, I'll readily admit that. I'm self teaching myself and I'm just following a "For Dummies" book.
I can't get a single mysqli (function? command? something) to work. mysql works perfectly fine though.
I know you're using the right version of mysql and php because http://aves.zxq.net/test.php tells me all that sort of stuff.
I just keep getting
Call to undefined function mysqli_connect()
and similiar when attempting to use mysqli, eg
http://aves.zxq.net/test_mysqli.php
any idea?
I just copy and pasted the code from http://janet.valade.com/downloads_fd3.html and put in put in the correct password and user. I can get mysql to work with no trouble, it's just mysqli :\
Thanks for any help.
