Re: Unlimited client connections for MySQL

2006-12-13 Thread Dwight Tovey
Brent Anderson wrote: Hello. I'm developing a client application for several platforms that will need to connect to a remote MySQL database. Unfortunately, MySQL refuses connections from external IP's that aren't allowed and since the clients using this will be on unknown IP addresses

Re: Book Recommendation

2006-11-28 Thread Dwight Tovey
Nicholas Vettese wrote: I am looking for a book that will help me understand PHP/MySQL, and the way that they work together. My biggest problem is multi-valued selections, and INSERTING them into the database. A book with great examples like that would be a huge help. Also, any websites

Count query?

2006-10-20 Thread Dwight Tovey
Hello all Maybe it's been a long week, but I'm trying to do something that should be simple and just not getting anywhere. I have two tables: accounts acctid: int unique acctowner: char ... docs docid: int unique acctid: int doctitle: char ... I want to list my accounts along with

Re: Count query?

2006-10-20 Thread Dwight Tovey
chris smith wrote: On 10/21/06, Dwight Tovey [EMAIL PROTECTED] wrote: Hello all Maybe it's been a long week, but I'm trying to do something that should be simple and just not getting anywhere. I have two tables: accounts acctid: int unique acctowner: char ... docs docid: int