Can anyone tell me why I got an error on this?
while ($row = mysql_fetch_array($result)){ $unqiueID = $row["dirID"]; }
This should fine, right?
ljCharlie
What error are you getting?
Many thanks for your help. I got it working now. Actually I forgot one } bracket after the wile loop because I have an IF statement before this while loop.
ljcharlie