php-windows Digest 21 Jan 2005 20:20:33 -0000 Issue 2545
Topics (messages 25416 through 25417):
php5 install challenge
25416 by: Knut Dybendahl
mysql 4.1 php 5.0.52 apache 2 mysql_connect()
25417 by: Karsten Scherer
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Hi all,
I've got XP-Pro, SP1, with IIS5.1
When I try to map the .php to the php5isapi.dll,
the OK
button down the bottom will not enable... as pr
image below....
The php5isapi.dll shows a green arrow under
the
ISAPI tab - so it seems to be loading the dll - but I cannot
define the .php
extension....
I'm stuck - so any ideas anyone might have would be much
appreciated.
Rgds,
Knut
--- End Message ---
--- Begin Message ---
Hi there!
i am getting mad while trying to get this stuff running.
on my system are:
Apache 2.0.52
PHP 5.0.3
Mysql 4.1
i progrqammed a script taken from "http://3dBUZZ.com" �s
"php & Mysql Training course".
as following:
##File temp_con.php stored in webroot:
<?php
require($_SERVER["DOCUMENT_ROOT"]."/config/db_config.php");
$connection = mysql_real_connect($db_host, $db_user, $db_password)or
die("fehler beim connecten");
echo "connection war erfolgreich";
?>
## end of file
and
##File "db_config.php" stored in c:\webroot\config
<?php
$db_host = "localhost";
$db_user = "karsten";
$db_password = "sharon";
$db_name = "buzz_db";
?>
## end of file
My problem is i cant figure out how to install the new
"MYSQL_REAL_CONNECT" - feature
i am looking a whole f*$%%%ing day now and there is no germen help for it.
everytime i locate to "http://localhost/temp_con.php"
the only thing i get back is:
a
Fatal error: Call to undefined function mysql_real_connect() in
C:\WEBSEITEN\BaltiCom2005\temp_con.php on line 3
HELP me please!!!
sincerely yours
Karsten Scherer [EMAIL PROTECTED]
--- End Message ---