Forum: PHP Mar 17th, 2009 |
| Replies: 3 Views: 402 This is my code:
<?php
$username = "aaa";
$password = "aaa";
$hostname = "localhost";
$dbh=mysql_connect($hostname, $username, $password)
or
die("unable to connect to the datatabase");
print... |
Forum: PHP Mar 17th, 2009 |
| Replies: 3 Views: 402 My system is a stand alone system, I want to connect to MYSQL using PHP, I am giving hostname as localhost, and the needed username and passoword. In the browser i am getting Internal server error... |
Forum: PHP Mar 7th, 2009 |
| Replies: 1 Views: 290 Hi everybody,
I am trying to install php,apache,mysql through xampp-win32 installer. But i am getting an error that "apache installation failed.
port 80 and 443 already in use". I am using... |