Hi..
can someone help me to check this...what did i do wrong
i have this code add, edit, delete
i have two table , person (input data) and bin (deleted data)
i add the ability to restore back deleted data in the 'recycle bin' (restore.php)
the problem if i input first name,last name as text it is not inserted to the bin table...
but if i put first name,last name as numbers it is ok it is inserted to the bin table and i can restore it back to person table
and how do i put add new ability to delete in restore.php...
newbie here
please help...thanks
Person
Imageshack - person.jpg
Bin
Imageshack - bint.jpg
mylist.php
mydelete.php
restore.php
restore-success.php