Right now, I'm trying to put a remote server on a Mac with OS X 10.4.8. I currently have Apache (the default build, I think it's 1.3) and PHP5 and MySQL on the computer. Everything works fine. The problem, however, is that I cannot connect to MySQL through a PHP script. The source in Firefox for the script is completely blank, even though I have a debug <h1>blah</h1> statement at the beginning of the script. If anyone knows how I can get PHP and MySQL to talk to each other, I'd be forever grateful.
PHP to MySQL connection
The link below is the link to MAMP, it has php, apache, mysql all together and its only a simple two minute installation. I have never tried it but i have used WAMP which is for windows and everything works fine.
http://www.living-e.de/en/products/The-MAMP/download/download.php
http://www.living-e.de/en/products/The-MAMP/download/download.php
OK, first things first, get a modern version of Apache on there. Version 2.x
Secondly, could you post the script here, and tell us if the MySQL and PHP servers are on the same machine.
Also, can you get a simple PHP script (with no database connection) to run? Try the following:
Secondly, could you post the script here, and tell us if the MySQL and PHP servers are on the same machine.
Also, can you get a simple PHP script (with no database connection) to run? Try the following:
| Code: |
| <?php
echo 'Hello, world!'; ?> |
pls post ur code so tht we can view it and help u out...
| ncwdavid wrote: |
| The link below is the link to MAMP, it has php, apache, mysql all together and its only a simple two minute installation. I have never tried it but i have used WAMP which is for windows and everything works fine.
http://www.living-e.de/en/products/The-MAMP/download/download.php |
or theres always xampp
i prefer xampp for win...
I never got Xamp to work on my PC Wamp works just fine for me. Though I had to uninstall php and mysql prior to installing wamp inorder to get it to work good.
Xamp is a was more complicated to get runging but I've got friends using it on booth Mac:s and PC:s
Xamp is a was more complicated to get runging but I've got friends using it on booth Mac:s and PC:s
Related topics
