MySQL Forums
Forum List  »  PHP

Re: html,mysql,php copy data from one db to another
Posted by: Barry Galbraith
Date: June 06, 2012 07:16PM

To test php, put this code in file called phpinfo.php in the webroot

<?php
phpinfo();
?>
Open the file in your browser with http://localhost/phpinfo.php
Do you get the contents of the script, or all the info about php?

Good luck,
Barry.

Options: ReplyQuote




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.