html into database
Moderator: General Moderators
- chris98
- Forum Contributor
- Posts: 103
- Joined: Tue Jun 11, 2013 10:47 am
- Location: England, United Kingdom
Re: html into database
So what could I do then?
Re: html into database
You know the ID is going to be in $_POST['name'] (which you should consider renaming IMO). You can use that to fetch any information you need from the database (ie. which file(s) to delete) and you can use it in your DELETE FROM statement.