View Single Post
02-11-2005, 03:15 PM
#2
patrickPaul is offline patrickPaul
Status:
Join date: Dec 2004
Location: California, US
Expertise:
Software:
 
Posts: 406
iTrader: 1 / 100%
 

patrickPaul is on a distinguished road

Send a message via AIM to patrickPaul Send a message via MSN to patrickPaul Send a message via Yahoo to patrickPaul

  Old

Easy Rob

You're running the query twice:

mysql_query($query);

$result = mysql_query($query) or die(mysql_error());


Regards,
Patrick