Questions | Login

Top / PHP

How do i remove an item from list in a table but not delete it from a database completely,in php?

demo 17 Dec 2008 02:10am

Answers

demo 17 Dec 2008 02:39am
Skip the item in PHP using conditional statement.
Or use a WHERE condition in the SQL to not select it in the first place.

Related

Submit Answer

You must be logged in to post an answer. Please Login or Register.

Powered by phpMyAnswers.