MySQL Forums
Forum List  »  PHP

Re: Need help connecting MySQL with PHP
Posted by: Barry Galbraith
Date: February 25, 2013 05:52PM

Check that php is installed / working.

Save this text to a file called phpinfo.php in the htdocs folder
<?php
phpinfo();
?>

Now, call the file
http://localhost/phpinfo.php

What do you get? Pages of php telling you all about itself?
Is mysqli data included in the listing?

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Need help connecting MySQL with PHP
February 25, 2013 05:52PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.