Re: [PHP] default mysql connection character-set

2005-03-03 Thread Richard Lynch
[EMAIL PROTECTED] wrote: > is there a Runtime Configuration variable (php.ini) that defines "default > mysql connection character-set" like my.cnf's "default-character-set =" in > the [client] segment ? > > otherwise i have to execute "mysql_query('SET CHARACTER SET latin5');" > everytime after con

[PHP] default mysql connection character-set

2005-03-03 Thread arusp
hi, is there a Runtime Configuration variable (php.ini) that defines "default mysql connection character-set" like my.cnf's "default-character-set =" in the [client] segment ? otherwise i have to execute "mysql_query('SET CHARACTER SET latin5');" everytime after connecting the database . tha