sorry to be a bother, but can some one help? i keep getting an error in the downloadadmin.php file. it tells me there's a "
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' on line 287"
which is:
Code:
echo '<tr><td class="'.$class.'" rowspan="2"><input type="hidden" name="dir" value="
.$_POST['dir'].'" /><b>All Files</b><br /><i>(not filled out)</i></td><td class="'.$class.'"><b>File Name</b></td><td class="'.$class.'"><b>Author</b></td><td class="'.$class.'"><b>File Desc</b></td><td class="'.$class.'"><b>Category</b></td><td class="'.$class.'"><b>Pinned</b></td><td class="'.$class.'"><b>Import</b></td></tr>';
is there a way to fix this? i would be most greatfull for any help. thnx. i think the problem is value="
.$_POST['dir'].'" but i'm not sure how to fix it. anyone???