This topic is locked

Delete record by passing url parameter

8/7/2007 9:35:12 AM
PHPRunner General questions
P
psychodad71 author

I use phprunner to add and delete records of a table. So far I use the add.php script to add new records to a table by passing parameters to the url. Is it possible to do the same with the list.php to pass a parameter (key) to the list.php script to delete a special record?

Sergey Kornilov admin 8/7/2007

You can pass a parameter to the List page via URL and delete the record in, for example, ListOnLoad event.