RE: [PHP-DB] ODBC Problem

2005-10-11 Thread Matthias Willerich
this sounds a little bit like a wrong charset. I don't know which one your database or your php is running on, but, for a start, play with this: - charset of the file: If you open your file in an editor that allows storing it as different kinds of charsets, try saving it as something else. It's

RE: [PHP-DB] ODBC Problem

2005-10-11 Thread Serafin Agoiz
Good morning, I have almost the same problem, but just with cirilic characters. I have this state on every page, html and php: meta http-equiv=Content-Type content=text/html; charset=utf-8 if I try to show cirilic characters I don't have problems. If I try to insert names in cirilic then I have

[PHP-DB] connection to mysql db

2005-10-11 Thread blackwater dev
I have mysql running on a linux box at my house. I want to connect to that box from another machine on my home network but get access errors. When connecting, I use the machines internal ip and the root name and password of the linux box but I get access denied errors. How can I connect?

Re: [PHP-DB] connection to mysql db

2005-10-11 Thread dpgirago
You need to use the username and password of the database, not the OS, to connect to MySQL. You would also need to set up an account for the username/host name of the remote computer within MySQL for this to work successfully. If this is a new installation of MySQL, try leaving username and

AW: [PHP-DB] connection to mysql db

2005-10-11 Thread matthias
make sure that: - your firewall is open on the port you're using, on both machines. - your user is set up to allow connections from other machines I wouldn't use root, regardless of it being at home or anywhere else. Why don't you set up a new user, allow it to be used from anywhere, and give it

[PHP-DB] MySQL query result with some errors!

2005-10-11 Thread Juan Stiller
Hi, Im trying to get a query result from mysql database to show it on a flash animation, so far i have this code that its supposed to connect to mysql server , make the query and get the results, store them on variables so that flash can read them. Basically i have these main fileds like :

[PHP-DB] MySQL query result with some errors!

2005-10-11 Thread Juan Stiller
Hi, Im trying to get a query result from mysql database to show it on a flash animation, so far i have this code that its supposed to connect to mysql server , make the query and get the results, store them on variables so that flash can read them. Basically i have these main fileds like :

[PHP-DB] MySQL query result with some errors!

2005-10-11 Thread Juan Stiller
Hi, Im trying to get a query result from mysql database to show it on a flash animation, so far i have this code that its supposed to connect to mysql server , make the query and get the results, store them on variables so that flash can read them. Basically i have these main fileds like :

RE: [PHP-DB] MySQL query result with some errors!

2005-10-11 Thread Bastien Koert
The code looks correct so my guess is that you are parsing it inorrectly in actionscript... Bastien From: Juan Stiller [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] MySQL query result with some errors! Date: Tue, 11 Oct 2005 18:14:42 -0300 (ART) Hi, Im trying to get a query