Jump to content

skydrop

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

skydrop's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Try for this iam also getting the same fatal error but finally i solved the problem firstly there is no php.ini file in c:\windows Go to php folder where you installed and rename php INI-DEST file to php.ini then copy and paste it to the c:/windows folder then made changes in that file as already mentioned Thank you very much to all giving me some idea ...., [img src=\"style_emoticons/[#EMO_DIR#]/smile.gif\" style=\"vertical-align:middle\" emoid=\":smile:\" border=\"0\" alt=\"smile.gif\" /] [!--quoteo(post=372178:date=May 7 2006, 09:56 PM:name=RogerRAZ)--][div class=\'quotetop\']QUOTE(RogerRAZ @ May 7 2006, 09:56 PM) [snapback]372178[/snapback][/div][div class=\'quotemain\'][!--quotec--] I am also having this lovley Fatal error message and I have tried your and every other suggestion, with no luck. When I create the phpinfo file and run it, I do not see an area that says anything about MySQL on the entire page. If you or anyone else can help me with this I would appreciate it!!! Thanks! RAZ [/quote]
  2. As it was given i did the same but i didnt found php.ini file in c:\windows but there are two files in php folder php INI-Recommended and php INI-dest i copied both files and paste in the c:\windows and also made the changes but still iam getting the same fatal error Fatal error: Call to undefined function mysql_connect() in e:\webroot\temp_con.php on line 3 [!--quoteo(post=372178:date=May 7 2006, 09:56 PM:name=RogerRAZ)--][div class=\'quotetop\']QUOTE(RogerRAZ @ May 7 2006, 09:56 PM) [snapback]372178[/snapback][/div][div class=\'quotemain\'][!--quotec--] I am also having this lovley Fatal error message and I have tried your and every other suggestion, with no luck. When I create the phpinfo file and run it, I do not see an area that says anything about MySQL on the entire page. If you or anyone else can help me with this I would appreciate it!!! Thanks! RAZ [/quote]
  3. Hi every one, I am unable to connect to the mysql server it has showing me fatal error Fatal error: Call to undefined function mysql_connect() in e:\webroot\temp_con.php on line 3 This is my code <?php require($_SERVER["DOCUMENT_ROOT"]."/config/db_config.php"); $connection = mysql_connect($db_host, $db_user, $db_password) or die (" could not connect "); echo "connection made"; ?> can any one help me what is the problem i tried alot but cant suceed
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.