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
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
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
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
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
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