php-windows Digest 22 Jan 2005 13:21:28 -0000 Issue 2546

Topics (messages 25418 through 25421):

mysql 4.1 php 5.0.52 apache 2 mysql_connect()
        25418 by: Karsten Scherer
        25419 by: Mikey

why does my php5.03 do not load php_oci8.php ?
        25420 by: yuegong

sharing files over network with XP Home and PHP?
        25421 by: DvDmanDT

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 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 ---
--- Begin Message ---
>  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.

mysql_real_connect is part of the mysqli extension, not the standard mysql
extension.  If you have the right version of mySQL & PHP then you should
lookup how to get this working in the manual...

HTH,

Mikey

--- End Message ---
--- Begin Message ---
Hi;

    My system is win2000+php5.03cgi , other extensions like gd2 is ok . But 
when I want to use php_oci8.dll, it says "Unable to load dynamic library 
'd:/php/php_oci8.dll'" , the path is correct, why ?

thanks

yuegong 

--- End Message ---
--- Begin Message ---
Hello, I have XP Home on my home computers where I develop scripts mostly
for fun and hobby, and now I'd like PHP to access the files on the other
comp.. In my opinion, this should work:
fopen('\\\\COMP2\\folder\\file.txt','r');, but that gives permission
denied..  I do think it's due to the fact that PHP is installed as Apache
module, running as system service.. I can access the files from explorer..
So.. Any ideas? Anyone?

-- 
// DvDmanDT
MSN: dvdmandt�hotmail.com
Mail: dvdmandt�telia.com

--- End Message ---

Reply via email to