I've been looking at the article Installing PHP under IIS and creating a Discussion Forum with Access Database Article and I was wondering how you would create a delete button to delete the posts that you created. I have tried to create a delete.php file that includes the SQL:
$resultupdate = odbc_exec($connect, "DELETE * FROM forum WHERE code = $node");
but that doesn't work.
Any help would be much appreciated.
Thanks,
Tom