Single Page Spry Tabbed Insert - Delete - Update -
12-25-2007
, 11:38 PM
Hi Guys
I like to make a page with three Spry Tabs.
* Using ( PHP - Mysql )
* Example ( Table of "Users" Fields ID, Name, Age )
( First Tab )
List of all people with navigation dividing table by ten rows each time.
On each row Delete & Update This person.
When Clicked on Delete [ Delete This Person and update the list ]
When clicked on Update [ Go to third tab and update this exact person ]
( Second Tab )
Insert new person to Mysql
( Third Tab )
Update the person who was send here to be updated from tab one
Can I have all list - Insert - Delete - Update in one page under different
Spry Tabs? How can I send these info from one tap to another. How should I go
about this? |