Re: [PHP-DB] DB access failure...

2004-07-24 Thread Jason Wong
On Saturday 24 July 2004 15:24, \[php\]Walter wrote: > That's what I thought. so I tried this test using PHP functions... > >mysql_connect($db_host, $db_user, $db_pass) > > I get this... > > Warning: mysql_connect(): Unknown MySQL Server Host 'db.torres.ws' Well that sounds like something

Re: [PHP-DB] Getting PHP for Windows to talk to MS SQL?

2004-07-24 Thread weston
On Fri, Jul 23, 2004 at 01:56:08PM -0700, Marcjon wrote: > php_mssql.dll doesn't go in your windows\system dir. It goes in the > extensions dir. I believe the default in #PHPINSTALLDIR#\etx, though I > may be wrong. Look in your PHP.ini file for the extensions directory > setting and place the php_

[PHP-DB] [mysqli] how can i define the charset for connection

2004-07-24 Thread Unreal HSHH
i want to use utf8 charset to connect the mysql4.1.x,and use the mysql charset for tables,columns. but i cant found the charset setting or function in php. mysqli_character_set_name still return iso charset how can i do it? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visi

Re: [PHP-DB] DB access failure...

2004-07-24 Thread \[php\]Walter
"Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Saturday 24 July 2004 10:25, \[php\]Walter wrote: > > Does: > > ping hostname.as.listed.in.hosts.file > > correctly resolves to the IP address as listed in the HOSTS file? yes > If it does then you probably haven't s