View Single Post
  #20  
Old 06-27-2005, 04:05 PM
duke_nemmerle
Fire Beetle
 
Join Date: Jun 2005
Posts: 9
Default

Quote:
Originally Posted by Sakrateri
Ok Im sorry, I did that and when I type that in the address bar I get

The requested URL /php/php.exe/serverstatus.php was not found on this server.
and then under that it says: Apache/2.0.54 (Win32) Server at localhost Port 80

appriciate the help , this looks like a great thing to have , soon as I can get it working.

UPDATE: Ok , there was no application named php.exe, it was php-cgi.exe , I renamed it to php.exe and now i am getting this when I type in the address bar what you said to put

Fatal error: Call to undefined function mysql_connect() in C:\Program Files\Apache Group\Apache2\htdocs\peq_lib\database.php on line 8

This is what is on line 8 of that file

$link = mysql_connect($dbhost, $dbuser, $dbpass);

Im not sure what the prob is there though now ?
You've probably already figured this out, but you've helped me a lot without knowing it. In most installs of php for win you have to enable mysql in a manual install try out http://www.php.net/mysql for details on doing this. It's fairly painless and worth it as this is an awesome tool
Reply With Quote