|
Posted by Steve Belanger on 05/05/07 03:11
Usually that error occurs when mysql cannot be located by PHP either because
it was not compiled with MySQL, or because the extention wasn't loaded
properly.
You might want to put a phpinfo() file and see if you have MySQL enabled in
there.
Steve.
"Geevaa" <govivasanth@gmail.com> wrote in message
news:1178114572.016812.129290@c35g2000hsg.googlegroups.com...
> Hi group,
>
> My program is
>
> <?php
> mysql_connect('ns1','tdphp8','tdphp8')or die('connection error');
> print'hai';
> ?>
> ===========================================================
> my output is
>
> [tdphpadmin@conws60 ~/public_html/demo]$ php sql.php
> PHP Fatal error: Call to undefined function mysql_connect() in /
> home/
> tdphpadmin/public_html/demo/sql.php on line 2
> X-Powered-By: PHP/5.2.0
> Content-type: text/html
> ===========================================================
>
> In the web browser,Everything works good and
> I am not getting the error or die message.
> The string hai is displayed in the browser.
> Actually database connection is established and data,insertion data
> retrieval are successful
> But i am receiving this error in terminal.
>
> please help
>
Navigation:
[Reply to this message]
|