[PHP] About php and mysql

2004-02-24 Thread edwardspl
Hello,

I want to know how to control php program connect to MySQL Database
System ( another computer machine ) ?

Thank a lots.

Ed.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] About php and mysql

2004-02-24 Thread Matt Matijevich
snip
I want to know how to control php program connect to MySQL Database
System ( another computer machine ) ?
/snip

http://www.php.net/manual/en/function.mysql-connect.php 
http://www.php.net/manual/en/function.mysql-pconnect.php 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] About php and mysql

2004-02-24 Thread edwardspl
Does older than php 4.2.2 support with this function ?

Matt Matijevich wrote:

 snip
 I want to know how to control php program connect to MySQL Database
 System ( another computer machine ) ?
 /snip

 http://www.php.net/manual/en/function.mysql-connect.php
 http://www.php.net/manual/en/function.mysql-pconnect.php

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] About php and mysql

2004-02-24 Thread Jason Wong
On Tuesday 24 February 2004 22:47, [EMAIL PROTECTED] wrote:
 Does older than php 4.2.2 support with this function ?

As has already been suggested, could you try reading the manual? Please?

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
A great empire, like a great cake, is most easily diminished at the edges.
-- B. Franklin
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php