freelanceprogrammers.org Forum Index » PHP
MySQL Connection
Joined: 18 Dec 2001
Posts: 2
First Message !
Waow, what an honnor :o)
Hello everyone. This a test to see if everything`s fine .
Cheers
Joined: 18 Dec 2001
Posts: 2
First Message !
Waow, what an honnor :o)
Hello everyone. This a test to see if everything`s fine .
Cheers
Joined: 24 Feb 2005
Posts: 17
MySQL Connection
I am very much new to PHP, i have installed the php-5.0.3-installer,
with phpMyAdmin-2.6.1.
I have also installed the MySQL database and its Control Centre. I
have created tables and even inserted data manually.
I have tested the basic PHP codes, it works well. But I am having
problem connecting to MySQL Database. It gives me error :
Fatal error: Call to undefined function mysql_connect()
Please help me out to solve this issue.
Thanking you in advance,
Anu
Joined: 12 Feb 2005
Posts: 10
MySQL Connection
I have only seen that message when using a PHP generation with out MySQL
selected as a option in the generation. That is the proper function name so
the only way for it to be non existent seems to be if the PHP generation did
not include MySQL. If you used a precompiled object perhaps you selected
the wrong one. If you compiled the module yourself perhaps you omitted
MySQL.
Bob
-----Original Message-----
From: Anuradika [mailto:anuradika80@...]
Sent: Friday, February 11, 2005 6:47 AM
To: php-objects@yahoogroups.com
Subject: [php-objects] MySQL Connection
I am very much new to PHP, i have installed the php-5.0.3-installer,
with phpMyAdmin-2.6.1.
I have also installed the MySQL database and its Control Centre. I
have created tables and even inserted data manually.
I have tested the basic PHP codes, it works well. But I am having
problem connecting to MySQL Database. It gives me error :
Fatal error: Call to undefined function mysql_connect()
Please help me out to solve this issue.
Thanking you in advance,
Anu
PHP Data object relational mapping generator - http://www.meta-language.net/
Yahoo! Groups Sponsor
ADVERTISEMENT
----------------------------------------------------------------------------
----
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/php-objects/
b.. To unsubscribe from this group, send an email to:
php-objects-unsubscribe@yahoogroups.com
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
Joined: 12 Feb 2005
Posts: 1
MySQL Connection
Become a member of www.phpclasses.org .You can downlaod source code for mysql
connection
regards
Farooq
Anuradika <anuradika80@...> wrote:
I am very much new to PHP, i have installed the php-5.0.3-installer,
with phpMyAdmin-2.6.1.
I have also installed the MySQL database and its Control Centre. I
have created tables and even inserted data manually.
I have tested the basic PHP codes, it works well. But I am having
problem connecting to MySQL Database. It gives me error :
Fatal error: Call to undefined function mysql_connect()
Please help me out to solve this issue.
Thanking you in advance,
Anu
PHP Data object relational mapping generator - http://www.meta-language.net/
Yahoo! Groups SponsorADVERTISEMENT
document.write(``);
---------------------------------
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/php-objects/
To unsubscribe from this group, send an email to:
php-objects-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Yahoo! India Matrimony: Find your life partneronline.
[Non-text portions of this message have been removed]
Joined: 24 Feb 2005
Posts: 17
MySQL Connection
Hi friends,
Thanks to both of u for replying
I have settled the prob by using ODBC, the files which i have used
is :
MyODBC-3.51.11-1-win and also MyODBC-3.51.10-2-patch3
This solved the prob.
Thanks for those who replied again.
Have a nice weekend
--- In php-objects@yahoogroups.com, "Anuradika" <anuradika80@y...>
wrote:
>
>
> I am very much new to PHP, i have installed the php-5.0.3-
installer,
> with phpMyAdmin-2.6.1.
> I have also installed the MySQL database and its Control Centre. I
> have created tables and even inserted data manually.
>
> I have tested the basic PHP codes, it works well. But I am having
> problem connecting to MySQL Database. It gives me error :
> Fatal error: Call to undefined function mysql_connect()
>
> Please help me out to solve this issue.
> Thanking you in advance,
> Anu
Joined: 12 Feb 2005
Posts: 8
MySQL Connection
You have to enable the mysqli extension in your php.ini file. Find this
line:
;extension=php_mysqli.dll
and remove the leading semi-colon.
Don`t forget to restart Apache.
Note: thge msi installer contains only a minimal set of objects, so I
suggest to use the full zip file instead.
Tony Marston
mailto:tony@...
mailto:TonyMarston@...
http://www.tonymarston.net <http://www.tonymarston.net/>
-----Original Message-----
From: Anuradika [mailto:anuradika80@...]
Sent: 11 February 2005 12:47
To: php-objects@yahoogroups.com
Subject: [Norton AntiSpam] [php-objects] MySQL Connection
I am very much new to PHP, i have installed the php-5.0.3-installer,
with phpMyAdmin-2.6.1.
I have also installed the MySQL database and its Control Centre. I
have created tables and even inserted data manually.
I have tested the basic PHP codes, it works well. But I am having
problem connecting to MySQL Database. It gives me error :
Fatal error: Call to undefined function mysql_connect()
Please help me out to solve this issue.
Thanking you in advance,
Anu
PHP Data object relational mapping generator - http://www.meta-language.net/
Yahoo! Groups Sponsor
ADVERTISEMENT
<http://us.ard.yahoo.com/SIG=129skit8j/M=298184.6018725.7038619.3001176/D=gr
oups/S=1705006764:HM/EXP=1108262851/A=2532114/R=2/SIG=12kbvr217/*http://clk.
atdmt.com/NFX/go/yhxxxnfx0020000014nfx/direct/01/&time=1108176451466677>
<http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=groups/S=
:HM/A=2532114/rand=839718106>
_____
Yahoo! Groups Links
* To visit your group on the web, go to:
http://groups.yahoo.com/group/php-objects/
* To unsubscribe from this group, send an email to:
php-objects-unsubscribe@yahoogroups.com
<mailto:php-objects-unsubscribe@yahoogroups.com?subject=Unsubscribe>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .
[Non-text portions of this message have been removed]
Joined: 24 Feb 2005
Posts: 17
MySQL Connection
hi there i m able to connecto to mysql using odbc, and
i m getting the values from the tables, but when i
want to insert to the table, it gives error
Fatal error: Call to undefined function mysql_query()
I cant find ;extension=php_mysqli.dll, in my php.ini
file, i m not sure why, please guide me
--- Tony Marston <tony@...>
wrote:
> You have to enable the mysqli extension in your
> php.ini file. Find this
> line:
>
> ;extension=php_mysqli.dll
>
> and remove the leading semi-colon.
>
> Don`t forget to restart Apache.
>
> Note: thge msi installer contains only a minimal set
> of objects, so I
> suggest to use the full zip file instead.
>
> Tony Marston
> mailto:tony@...
> mailto:TonyMarston@...
> http://www.tonymarston.net
> <http://www.tonymarston.net/>
>
> -----Original Message-----
> From: Anuradika [mailto:anuradika80@...]
> Sent: 11 February 2005 12:47
> To: php-objects@yahoogroups.com
> Subject: [Norton AntiSpam] [php-objects] MySQL
> Connection
>
>
>
>
> I am very much new to PHP, i have installed the
> php-5.0.3-installer,
> with phpMyAdmin-2.6.1.
> I have also installed the MySQL database and its
> Control Centre. I
> have created tables and even inserted data manually.
>
> I have tested the basic PHP codes, it works well.
> But I am having
> problem connecting to MySQL Database. It gives me
> error :
> Fatal error: Call to undefined function
> mysql_connect()
>
> Please help me out to solve this issue.
> Thanking you in advance,
> Anu
>
>
>
>
>
>
>
>
> PHP Data object relational mapping generator -
> http://www.meta-language.net/
>
>
>
>
> Yahoo! Groups Sponsor
>
> ADVERTISEMENT
>
>
>
>
<http://us.ard.yahoo.com/SIG=129skit8j/M=298184.6018725.7038619.3001176/D=gr
>
oups/S=1705006764:HM/EXP=1108262851/A=2532114/R=2/SIG=12kbvr217/*http://clk.
>
atdmt.com/NFX/go/yhxxxnfx0020000014nfx/direct/01/&time=1108176451466677>
>
>
>
<http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=groups/S=
> :HM/A=2532114/rand=839718106>
>
>
> _____
>
> Yahoo! Groups Links
>
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/php-objects/
>
>
> * To unsubscribe from this group, send an email to:
> php-objects-unsubscribe@yahoogroups.com
>
<mailto:php-objects-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
>
>
> * Your use of Yahoo! Groups is subject to the Yahoo!
> Terms of Service
> <http://docs.yahoo.com/info/terms/> .
>
>
>
>
> [Non-text portions of this message have been
> removed]
>
>
________________________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
Joined: 12 Feb 2005
Posts: 8
MySQL Connection
Download the zip version which has all the extensions in it. The msi
installer will only give you a minimum subset.
Tony Marston
mailto:tony@...
mailto:TonyMarston@...
http://www.tonymarston.net <http://www.tonymarston.net/>
-----Original Message-----
From: Anuradika Jaganadhan [mailto:anuradika80@...]
Sent: 12 February 2005 13:06
To: php-objects@yahoogroups.com
Subject: RE: [Norton AntiSpam] [php-objects] MySQL Connection
hi there i m able to connecto to mysql using odbc, and
i m getting the values from the tables, but when i
want to insert to the table, it gives error
Fatal error: Call to undefined function mysql_query()
I cant find ;extension=php_mysqli.dll, in my php.ini
file, i m not sure why, please guide me
--- Tony Marston <tony@...>
wrote:
> You have to enable the mysqli extension in your
> php.ini file. Find this
> line:
>
> ;extension=php_mysqli.dll
>
> and remove the leading semi-colon.
>
> Don`t forget to restart Apache.
>
> Note: thge msi installer contains only a minimal set
> of objects, so I
> suggest to use the full zip file instead.
>
> Tony Marston
> mailto:tony@...
> mailto:TonyMarston@...
> http://www.tonymarston.net
> <http://www.tonymarston.net/>
>
> -----Original Message-----
> From: Anuradika [mailto:anuradika80@...]
> Sent: 11 February 2005 12:47
> To: php-objects@yahoogroups.com
> Subject: [Norton AntiSpam] [php-objects] MySQL
> Connection
>
>
>
>
> I am very much new to PHP, i have installed the
> php-5.0.3-installer,
> with phpMyAdmin-2.6.1.
> I have also installed the MySQL database and its
> Control Centre. I
> have created tables and even inserted data manually.
>
> I have tested the basic PHP codes, it works well.
> But I am having
> problem connecting to MySQL Database. It gives me
> error :
> Fatal error: Call to undefined function
> mysql_connect()
>
> Please help me out to solve this issue.
> Thanking you in advance,
> Anu
>
>
>
>
>
>
>
>
> PHP Data object relational mapping generator -
> http://www.meta-language.net/
>
>
>
>
> Yahoo! Groups Sponsor
>
> ADVERTISEMENT
>
>
>
>
<http://us.ard.yahoo.com/SIG=129skit8j/M=298184.6018725.7038619.3001176/D=gr
>
oups/S=1705006764:HM/EXP=1108262851/A=2532114/R=2/SIG=12kbvr217/*http://clk.
>
atdmt.com/NFX/go/yhxxxnfx0020000014nfx/direct/01/&time=1108176451466677>
>
>
>
<http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=groups/S=
> :HM/A=2532114/rand=839718106>
>
>
> _____
>
> Yahoo! Groups Links
>
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/php-objects/
>
>
> * To unsubscribe from this group, send an email to:
> php-objects-unsubscribe@yahoogroups.com
>
<mailto:php-objects-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
>
>
> * Your use of Yahoo! Groups is subject to the Yahoo!
> Terms of Service
> <http://docs.yahoo.com/info/terms/> .
>
>
>
>
> [Non-text portions of this message have been
> removed]
>
>
________________________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
PHP Data object relational mapping generator - http://www.meta-language.net/
Yahoo! Groups Sponsor
ADVERTISEMENT
<http://us.ard.yahoo.com/SIG=129vn5tbl/M=298184.6018725.7038619.3001176/D=gr
oups/S=1705006764:HM/EXP=1108299968/A=2532114/R=2/SIG=12krk7ur5/*http://clk.
atdmt.com/NFX/go/yhxxxnfx0020000014nfx/direct/01/&time=1108213568277597>
<http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=groups/S=
:HM/A=2532114/rand=907791209>
_____
Yahoo! Groups Links
* To visit your group on the web, go to:
http://groups.yahoo.com/group/php-objects/
* To unsubscribe from this group, send an email to:
php-objects-unsubscribe@yahoogroups.com
<mailto:php-objects-unsubscribe@yahoogroups.com?subject=Unsubscribe>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .
[Non-text portions of this message have been removed]
Joined: 13 Feb 2005
Posts: 1
MySQL Connection
On Sat, 12 Feb 2005 10:19:52 -0000, Tony Marston
<tony@...> wrote:
Yes. I has the same problem earlier this week.
Because of mysql`s new and incompatible lisencing terms mysql is no longer
included in the build
but must be installed as a extention.
1. uncomment ;extension=php_mysqli.dll or php_mysql.dll
2. move (in C:/PHP) mysql.lib to C:/windows (on windows XP)
This cricial step took me a few hours to figure out.
Only the zip file seems to have this included so
get that and install maually.
3. restart apache
I also swiched from running apache as a cgi program
to using php5_module which requires you to change
apaches http.conf file
This is described in the installation instructions.
>
> You have to enable the mysqli extension in your php.ini file. Find this
> line:
> ;extension=php_mysqli.dll
> and remove the leading semi-colon.
> Don`t forget to restart Apache.
> Note: thge msi installer contains only a minimal set of objects, so I
> suggest to use the full zip file instead.
> Tony Marston
> mailto:tony@...
> mailto:TonyMarston@...
> http://www.tonymarston.net <http://www.tonymarston.net/>
>
> -----Original Message-----
> From: Anuradika [mailto:anuradika80@...]
> Sent: 11 February 2005 12:47
> To: php-objects@yahoogroups.com
> Subject: [Norton AntiSpam] [php-objects] MySQL Connection
>
>
>
>
> I am very much new to PHP, i have installed the php-5.0.3-installer,
> with phpMyAdmin-2.6.1.
> I have also installed the MySQL database and its Control Centre. I
> have created tables and even inserted data manually.
>
> I have tested the basic PHP codes, it works well. But I am having
> problem connecting to MySQL Database. It gives me error :
> Fatal error: Call to undefined function mysql_connect()
>
> Please help me out to solve this issue.
> Thanking you in advance,
> Anu
>
>
>
>
>
>
>
>
> PHP Data object relational mapping generator -
> http://www.meta-language.net/
>
>
>
>
> Yahoo! Groups Sponsor
>
> ADVERTISEMENT
>
>
> <http://us.ard.yahoo.com/SIG=129skit8j/M=298184.6018725.7038619.3001176/D=gr
> oups/S=1705006764:HM/EXP=1108262851/A=2532114/R=2/SIG=12kbvr217/*http://clk.
> atdmt.com/NFX/go/yhxxxnfx0020000014nfx/direct/01/&time=1108176451466677>
> <http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=groups/S=
> :HM/A=2532114/rand=839718106>
>
>
> _____
>
> Yahoo! Groups Links
>
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/php-objects/
>
> * To unsubscribe from this group, send an email to:
> php-objects-unsubscribe@yahoogroups.com
> <mailto:php-objects-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/> .
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> PHP Data object relational mapping generator -
> http://www.meta-language.net/
> Yahoo! Groups Links
>
>
>
>
>
>
--
Using M2, Opera`s revolutionary e-mail client: http://www.opera.com/m2/
Joined: 14 Feb 2005
Posts: 3
MySQL Connection
Hi
You don one thing, Download the wampserver and instal it. That
will install the, apache server,php,mysql, That will very usefull for
you.
wampserver page
htttp://www.wampserver.com
On Sat, 12 Feb 2005 20:07:40 +0100, John Thingstad
<john.thingstad@...> wrote:
>
>
> On Sat, 12 Feb 2005 10:19:52 -0000, Tony Marston
> <tony@...> wrote:
>
> Yes. I has the same problem earlier this week.
> Because of mysql`s new and incompatible lisencing terms mysql is no longer
> included in the build
> but must be installed as a extention.
> 1. uncomment ;extension=php_mysqli.dll or php_mysql.dll
> 2. move (in C:/PHP) mysql.lib to C:/windows (on windows XP)
> This cricial step took me a few hours to figure out.
> Only the zip file seems to have this included so
> get that and install maually.
> 3. restart apache
>
> I also swiched from running apache as a cgi program
> to using php5_module which requires you to change
> apaches http.conf file
> This is described in the installation instructions.
>
> >
> > You have to enable the mysqli extension in your php.ini file. Find this
> > line:
> > ;extension=php_mysqli.dll
> > and remove the leading semi-colon.
> > Don`t forget to restart Apache.
> > Note: thge msi installer contains only a minimal set of objects, so I
> > suggest to use the full zip file instead.
> > Tony Marston
> > mailto:tony@...
> > mailto:TonyMarston@...
> > http://www.tonymarston.net <http://www.tonymarston.net/>
> >
> > -----Original Message-----
> > From: Anuradika [mailto:anuradika80@...]
> > Sent: 11 February 2005 12:47
> > To: php-objects@yahoogroups.com
> > Subject: [Norton AntiSpam] [php-objects] MySQL Connection
> >
> >
> >
> >
> > I am very much new to PHP, i have installed the php-5.0.3-installer,
> > with phpMyAdmin-2.6.1.
> > I have also installed the MySQL database and its Control Centre. I
> > have created tables and even inserted data manually.
> >
> > I have tested the basic PHP codes, it works well. But I am having
> > problem connecting to MySQL Database. It gives me error :
> > Fatal error: Call to undefined function mysql_connect()
> >
> > Please help me out to solve this issue.
> > Thanking you in advance,
> > Anu
> >
> >
> >
> >
> >
> >
> >
> >
> > PHP Data object relational mapping generator -
> > http://www.meta-language.net/
> >
> >
> >
> >
> > Yahoo! Groups Sponsor
> >
> > ADVERTISEMENT
> >
> >
> > <http://us.ard.yahoo.com/SIG=129skit8j/M=298184.6018725.7038619.3001176/D=gr
> > oups/S=1705006764:HM/EXP=1108262851/A=2532114/R=2/SIG=12kbvr217/*http://clk.
> > atdmt.com/NFX/go/yhxxxnfx0020000014nfx/direct/01/&time=1108176451466677>
> > <http://us.adserver.yahoo.com/l?M=298184.6018725.7038619.3001176/D=groups/S=
> > :HM/A=2532114/rand=839718106>
> >
> >
> > _____
> >
> > Yahoo! Groups Links
> >
> >
> > * To visit your group on the web, go to:
> > http://groups.yahoo.com/group/php-objects/
> >
> > * To unsubscribe from this group, send an email to:
> > php-objects-unsubscribe@yahoogroups.com
> > <mailto:php-objects-unsubscribe@yahoogroups.com?subject=Unsubscribe>
> >
> > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> > <http://docs.yahoo.com/info/terms/> .
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
> > PHP Data object relational mapping generator -
> > http://www.meta-language.net/
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
>
> --
> Using M2, Opera`s revolutionary e-mail client: http://www.opera.com/m2/
>
>
> PHP Data object relational mapping generator - http://www.meta-language.net/
> Yahoo! Groups Links
>
>
>
>
>
Joined: 24 Feb 2005
Posts: 3
MySQL Connection
In my opinion you shoud check extension directory path, what error apear?
; Directory in which the loadable extensions (modules) reside.
extension_dir = "./"
----- Original Message -----
From: Anuradika
To: php-objects@yahoogroups.com
Sent: Thursday, February 24, 2005 1:14 PM
Subject: [php-objects] MySQL Connection
I have installed php_4.3.10_Win32.zip, remove the `;` in the php.ini
file for the three lines
extension=php_mssql.dll
extension=php_msql.dll
extension=php_mysql.dll
and i copied the three files under c:windows too, restated the IIS,
but still im not able to get mysql_connect.
Please help.
PHP Data object relational mapping generator - http://www.meta-language.net/
Yahoo! Groups Sponsor
ADVERTISEMENT
------------------------------------------------------------------------------
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/php-objects/
b.. To unsubscribe from this group, send an email to:
php-objects-unsubscribe@yahoogroups.com
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
Joined: 24 Feb 2005
Posts: 17
MySQL Connection
in my php file, its extension_dir = "./"..
what is the file name and where its located?
please help
--- Marek <marekpraga@...> wrote:
> In my opinion you shoud check extension directory
> path, what error apear?
>
> ; Directory in which the loadable extensions
> (modules) reside.
> extension_dir = "./"
> ----- Original Message -----
> From: Anuradika
> To: php-objects@yahoogroups.com
> Sent: Thursday, February 24, 2005 1:14 PM
> Subject: [php-objects] MySQL Connection
>
>
>
> I have installed php_4.3.10_Win32.zip, remove the
> `;` in the php.ini
> file for the three lines
> extension=php_mssql.dll
> extension=php_msql.dll
> extension=php_mysql.dll
>
> and i copied the three files under c:windows too,
> restated the IIS,
> but still im not able to get mysql_connect.
> Please help.
>
>
>
>
>
> PHP Data object relational mapping generator -
> http://www.meta-language.net/
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
>
>
------------------------------------------------------------------------------
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/php-objects/
>
> b.. To unsubscribe from this group, send an
> email to:
> php-objects-unsubscribe@yahoogroups.com
>
> c.. Your use of Yahoo! Groups is subject to the
> Yahoo! Terms of Service.
>
>
>
> [Non-text portions of this message have been
> removed]
>
>
________________________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
Joined: 24 Feb 2005
Posts: 3
MySQL Connection
Download binaries: http://pl2.php.net/downloads.php
Find the php_mysql.dll
change path in php.ini
check it:
http://pl2.php.net/manual/en/ref.mysql.php
http://pl2.php.net/manual/en/faq.databases.php#faq.databases.mysql.php5
But it`s for php5 did you install php5 or 4??
----- Original Message -----
From: Anuradika Jaganadhan
To: php-objects@yahoogroups.com
Sent: Thursday, February 24, 2005 2:08 PM
Subject: Re: [php-objects] MySQL Connection
in my php file, its extension_dir = "./"..
what is the file name and where its located?
please help
--- Marek <marekpraga@...> wrote:
> In my opinion you shoud check extension directory
> path, what error apear?
>
> ; Directory in which the loadable extensions
> (modules) reside.
> extension_dir = "./"
> ----- Original Message -----
> From: Anuradika
> To: php-objects@yahoogroups.com
> Sent: Thursday, February 24, 2005 1:14 PM
> Subject: [php-objects] MySQL Connection
>
>
>
> I have installed php_4.3.10_Win32.zip, remove the
> `;` in the php.ini
> file for the three lines
> extension=php_mssql.dll
> extension=php_msql.dll
> extension=php_mysql.dll
>
> and i copied the three files under c:windows too,
> restated the IIS,
> but still im not able to get mysql_connect.
> Please help.
>
>
>
>
>
> PHP Data object relational mapping generator -
> http://www.meta-language.net/
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
>
>
------------------------------------------------------------------------------
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/php-objects/
>
> b.. To unsubscribe from this group, send an
> email to:
> php-objects-unsubscribe@yahoogroups.com
>
> c.. Your use of Yahoo! Groups is subject to the
> Yahoo! Terms of Service.
>
>
>
> [Non-text portions of this message have been
> removed]
>
>
________________________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
PHP Data object relational mapping generator - http://www.meta-language.net/
Yahoo! Groups Sponsor
ADVERTISEMENT
------------------------------------------------------------------------------
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/php-objects/
b.. To unsubscribe from this group, send an email to:
php-objects-unsubscribe@yahoogroups.com
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
Joined: 24 Feb 2005
Posts: 17
MySQL Connection
hi there,
its working now after i downloaded the binaries,
thanks for helping, thanks again...
i have another question...is there anywhere, i can
have global variable, where i can share it
between/across the pages...please assist...thanking u
in advance..
--- Marek <marekpraga@...> wrote:
> Download binaries: http://pl2.php.net/downloads.php
> Find the php_mysql.dll
> change path in php.ini
>
> check it:
> http://pl2.php.net/manual/en/ref.mysql.php
>
http://pl2.php.net/manual/en/faq.databases.php#faq.databases.mysql.php5
>
>
> But it`s for php5 did you install php5 or 4??
> ----- Original Message -----
> From: Anuradika Jaganadhan
> To: php-objects@yahoogroups.com
> Sent: Thursday, February 24, 2005 2:08 PM
> Subject: Re: [php-objects] MySQL Connection
>
>
> in my php file, its extension_dir = "./"..
> what is the file name and where its located?
> please help
>
> --- Marek <marekpraga@...> wrote:
> > In my opinion you shoud check extension
> directory
> > path, what error apear?
> >
> > ; Directory in which the loadable extensions
> > (modules) reside.
> > extension_dir = "./"
> > ----- Original Message -----
> > From: Anuradika
> > To: php-objects@yahoogroups.com
> > Sent: Thursday, February 24, 2005 1:14 PM
> > Subject: [php-objects] MySQL Connection
> >
> >
> >
> > I have installed php_4.3.10_Win32.zip, remove
> the
> > `;` in the php.ini
> > file for the three lines
> > extension=php_mssql.dll
> > extension=php_msql.dll
> > extension=php_mysql.dll
> >
> > and i copied the three files under c:windows
> too,
> > restated the IIS,
> > but still im not able to get mysql_connect.
> > Please help.
> >
> >
> >
> >
> >
> > PHP Data object relational mapping generator -
> > http://www.meta-language.net/
> >
> >
> > Yahoo! Groups Sponsor
> > ADVERTISEMENT
> >
> >
> >
> >
> >
> >
>
>
------------------------------------------------------------------------------
> > Yahoo! Groups Links
> >
> > a.. To visit your group on the web, go to:
> > http://groups.yahoo.com/group/php-objects/
> >
> > b.. To unsubscribe from this group, send an
> > email to:
> > php-objects-unsubscribe@yahoogroups.com
> >
> > c.. Your use of Yahoo! Groups is subject to
> the
> > Yahoo! Terms of Service.
> >
> >
> >
> > [Non-text portions of this message have been
> > removed]
> >
> >
>
>
>
________________________________________________________________________
> Yahoo! Messenger - Communicate instantly..."Ping"
> your friends today! Download Messenger Now
> http://uk.messenger.yahoo.com/download/index.html
>
>
> PHP Data object relational mapping generator -
> http://www.meta-language.net/
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
>
>
------------------------------------------------------------------------------
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/php-objects/
>
> b.. To unsubscribe from this group, send an
> email to:
> php-objects-unsubscribe@yahoogroups.com
>
> c.. Your use of Yahoo! Groups is subject to the
> Yahoo! Terms of Service.
>
>
>
> [Non-text portions of this message have been
> removed]
>
>
________________________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
All times are GMT
Page 1 of 3
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
Booking Calendar - reservation calendar script
Land Surveying - total station instruments and equipments
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







