★ wanayoo — archive 1999 http://www.devshed.com/Talk/Forums/Forum5/HTML/001452.htmlNouvelle recherche | Portail wanayoo
DevShed Menu
* DevShed Home
* Developer News
* DevShed Brain Dump




UBBFriend: Email This Page to Someone!
  DevShed Discussion Forums
  PHP
  about mysql connection

Post New Topic  Post A Reply
profile | register | preferences | faq | search

next newest topic | next oldest topic
Author Topic:   about mysql connection
nnrao18
Junior Member
posted June 12, 2000 01:22 AM     Click Here to See the Profile for nnrao18   Click Here to Email nnrao18     Edit/Delete Message Reply w/Quote
While i excuteing the below code which is
encoded between <?php ?>

i got an error :
" Call to unsupported or undefined function mysql_connect() in d:\Inetpub\wwwroot\php\testphp.php3 on line 2"

<?php
$con=mysql_connect("shaktiserver","narayana","nara");
$result=mysql_query("select * from clients",$con);
echo"Connected";

?>

How to fix that bug.
Please give the solution as early as possible.

wouterr
Member
posted June 12, 2000 05:38 AM     Click Here to See the Profile for wouterr   Click Here to Email wouterr     Edit/Delete Message Reply w/Quote
simple

the error is "undefined function"
this means, it cant find the function "mysql_connect"
try to compile php with MySQL support

and RTFM before starting this

nilch
Junior Member
posted June 12, 2000 07:59 AM     Click Here to See the Profile for nilch   Click Here to Email nilch     Edit/Delete Message Reply w/Quote
If u are using the Redhad distrib RPM's, then the PHP RPM doesnt support MySQL normally. Instead download the PHP source code and apache source and then recompile apache with PHP and MySQL support afresh.

Just follow the instructions in the help. Its that simple and u get PHP zipping away wtih MySQL data conncetion - propah !

All times are MST (US)

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic  Post A Reply
Hop to:

Contact Us | DevShed.com

Copyright © 1997-2000 ngenuity. All rights reserved.

Powered by: Ultimate Bulletin Board, Version 5.41a
© Infopop Corporation (formerly Madrona Park, Inc.), 1998 - 1999.