quote:
Originally posted by SonicSam
$actual variable name here = mysql_fetch_array($other variable name);
unlink("{$actual variable name['row title goes here']}");
For the "row title" to work, shouldn't it be "fetch_assoc" and not "fetch_array"?
Edit: I really don't remember, as I haven't used fetch_array for years, so don't bite my head off for it.