I was trying to create a website that displays used products, the whole website based on the users submissions for the products they want to offer.
Member only can submit to sell a product.
- database is fine
- Submission form is fine
- displaying the item in a table works too .
BUT how can i allow the User " who submitted " to delete his offer when its sold ?
and how can i create a table that displays only his submissions?
Thanks.