473,387 Members | 1,553 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Unable to connect database from php

25
[error] [client 0.0.0.0] PHP Fatal error: Call to undefined function mysql_connect() in C:\\Apache2.2\\htdocs\\databaseconnect.php on line 2

i write code like this
------------------------


<?php
mysql_connect("192.168.1.50", "admin", "admin");
mysql_select_db("sitedesign");
echo"hi";
?>
Aug 8 '07 #1
4 2492
ak1dnar
1,584 Expert 1GB
Since you Have posted this thread on the Php Articles Section, I have to move it to the Forum, Because Here Only you can get answers for your Question. Please wait until one of our expert/member comes to the thread.

Thanks and regards,
-ajaxrand
Aug 8 '07 #2
ak1dnar
1,584 Expert 1GB
By reading that error what I can say actually, There is NO proper configuration on your System. what is your operating system ?

And Also Always Trap Your Errors Like this with predefined functions like mysql_connect()

Expand|Select|Wrap|Line Numbers
  1. mysql_connect("localhost", "root", "dba") or die(mysql_error());
  2.  
Aug 8 '07 #3
rizwan6feb
108 100+
-------------------------------------------------------------
Aug 8 '07 #4
kovik
1,044 Expert 1GB
PHP Fatal error: Call to undefined function mysql_connect() in C:\\Apache2.2\\htdocs\\databaseconnect.php on line 2
That error means that you have not installed MySQL in PHP. Check your php.ini file for any lines dealing with the MySQL extension and make sure they are uncommented (no semicolon at the start of the line).
Aug 8 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: programer | last post by:
Can I use Activex (as vb) to connect database when I use vc.net.
2
by: Mathew | last post by:
Can any one pls help me, How to connect SQL Server database thru vb.net. But it gives an error. I tried to connect thru SQLDataAdapter. General network error. Check your network documentation. ...
3
by: venkatesh | last post by:
hai to everybody I need to know how to connect database ms access or oracle with c or c++? please if u know tell I am interested in doing project with c thanks in advance....
1
by: arun_kumar112 | last post by:
HI , I am new member of this comminity, let me introduce first, i am MCA final year student, doing a project on network system, and database . will you tell me how can we connect database (...
1
by: nagendra prasad | last post by:
how to connect database for visualbasic using ADO
5
by: raghu4uon | last post by:
hi Can anyone give source code to connect oracle 8 database to my java project????? i'm using jdk1.5, tomcat 5.5.9 web server, oracle 8..... i have created the tables but i dont know how to...
3
by: Raymond Chiu | last post by:
Dear All, I have posted my question as below. But no answers, hope it can found here. ...
3
by: iedayah88 | last post by:
can sombody help me..after i create database in oracle.. what i must do to connect database and sql.. it's i must setup odbc first? is yes, how to setup odbc in localhost?
2
by: chetan ghadiya | last post by:
how to connect database in vb ?
1
by: rishiverma | last post by:
how to connect database create in sql server ,to my web site upload on domain.
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.