Re: Writing to an MySQL Database

2004-07-02 Thread Matt MacLeod
You're missing a closing " at the end of your sql on the last line which may be throwing up an error. Cheers, Matt On 2 Jul 2004, at 15:05, Michael Mason wrote: -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECT

Re: MySQL and Macs

2004-06-30 Thread Matt MacLeod
Marc Liyanage has taken much of the effort out of php and mysql installation for the mac. http://www.entropy.ch/software/welcome.html On 30 Jun 2004, at 04:41, Kieran Kelleher wrote: Mac OS X is well supported by MySQL. MySQL is even preinstalled in Mac OS X Server, although we choose to ign

[OT] Importing content from Word

2003-12-02 Thread Matt MacLeod
Hi, I'm building a recruitment website using PHP and mySQL and would like to be able to search CVs/resumes that people have uploaded to the server. Most people have them in Word format - what I'd like to be able to do is copy the text of the document and insert it into a mysql database so that

Re: Excluding Results from a database

2003-09-26 Thread Matt MacLeod
er_id FROM playerTable WHERE player_id NOT IN($player_list); I don't know exactly how your tables are, but I hope the above idea will be OK. Thanks Emery - Original Message ----- From: "Matt MacLeod" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, Septem

Excluding Results from a database

2003-09-26 Thread Matt MacLeod
Hi, I asked for some help about a week ago and thanks to everybody who got me a little closer to the solution. I am developing an online fantasy rugby game. Visitors buy and sell players and earn points depending on those players' performances in real matches. The only problem I have is that

Do I use Except?

2003-09-19 Thread Matt MacLeod
Hi, I'm building an online fantasy sports game. I want to present a list of players available to purchase. HOwever I need to filter out the players the user already has. I have a table which includes all of the players' information - name, position, price, etc I have a table which includes all