How to declare a Delete statement in NotORM like this code:
mysql_query("DELETE FROM pspaym WHERE F4='$d' ");
Asked
Active
Viewed 414 times
1

Eleazar Embuscado
- 21
- 3
-
1How did you write you select ??? Have you gone through tutorial ? – H. Mahida Jul 04 '14 at 05:34
-
$db->select() like that sir – Eleazar Embuscado Jul 04 '14 at 06:03