Yeah It was the same problem with me too,When I tried to Google,I found that PHP 5 is 
not an upgrade of PHP 4 ,but a complete rewrite,

So,I thought of switching to php 4,which works quiet relevantly,
You need to configure php4.3 wit MYSQL and apache before they are used and the thing 
is that in PHP 4 ,the the support is inbuilt ,U need not configure the DLLS 
so,In php 5.0 everything comes under a differrent package
If U need any assistance during configuration 

try a site search at google
by 
PHP Apache Mysql site:devsite.net


Thanks,
Nikhil.
-----Original Message-----
From: Nicolae Serban [mailto:[EMAIL PROTECTED]
Sent: Monday, September 13, 2004 4:30 AM
To: [EMAIL PROTECTED]
Subject: [PHP] I don't understand why !!!!


---------- Forwarded message ----------
From: Nicolae Serban <[EMAIL PROTECTED]>
Date: Mon, 13 Sep 2004 01:58:38 +0300
Subject: [PHP] I don't understand why !!!!
To: [EMAIL PROTECTED]

I just install the PHP 5 !

This is the code
<?php

$link=mysql_connect("localhost","root","1234");

mysql_close($link);
?>

and this is the error messege WHY !!!????

Fatal error: Call to undefined function mysql_connect() in
C:\Apache\Apache2\htdocs\ttt.php on line 3

Thanks

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to