Help for PHP/mySQL newb
Posted: Mon Mar 13, 2006 1:32 pm
Hi all, hope this isn't too dumb of a question.
I just installed PHP 5 and mySQL 5 on my local machine and all seems good except php can't connect to mySQL. I'm guessing I need the mysqli.dll library in order to use the nifty new password hashing deal in mySQL. I can't find that dll anywhere. It's not on my box, it's not anywhere.
Also, when I upload the product I'm working on to the production environment, can I do something to be sure that the DLL will be available to my code there?
Thanks...
I just installed PHP 5 and mySQL 5 on my local machine and all seems good except php can't connect to mySQL. I'm guessing I need the mysqli.dll library in order to use the nifty new password hashing deal in mySQL. I can't find that dll anywhere. It's not on my box, it's not anywhere.
Also, when I upload the product I'm working on to the production environment, can I do something to be sure that the DLL will be available to my code there?
Thanks...