PDA

View Full Version : Grid and MySQL Database



rse_huisman
21 Jun 2007, 12:43 PM
Hi,
As a newbie in ExtJs I tried to build my own Grid.
Succes. The Grid loads data from the MySQL server and shows the results.

Added a Delete button at the header panel (toolbar).
Now I want to delete the selected record when pressing the Delete button.
So I made a PHP file to delete a certain record.

What is the best way to call this PHP file ?

Raoul