You could try
$query = 'SELECT * FROM ????;';
$result = mysql_query($query,$myDB);
while($row = mysql_fetch_array($result,10))
Where ???? is your array
(
.o0o.Purple-Circle.o0o.,
Mon 28 Jun 2004, 0:37,
archived)
ahhh, i didn't know you could specify which row thing in teh fetch array bit
I was just looking in the online php manual thing at "mysql_data_seek" and trying to work that out.
But if that'll work, bargin!
Thanks
(
StickFigureNinja is worried he may be on the list,
Mon 28 Jun 2004, 0:40,
archived)