PHP - AJAX doubts
Posted: Thu Jun 09, 2005 8:37 am
Hi All,
We want to reload a portion of a php page, which displays user specifc data from a mysql database.
Our layout is as follows:
Header with Links which triggers events for populating the Left hand and Middle panes.
Left hand side Links which triggers events for populating the Middle pane.
Both the Left Hand and Middle panes, are dependent of data being populated from the database.
Additionally in the middle pane, we need to be able to add and remove items from the database.
Here too we would like to be able to refresh the database contents with out having do a refresh.
Thanks in advance
We want to reload a portion of a php page, which displays user specifc data from a mysql database.
Our layout is as follows:
Header with Links which triggers events for populating the Left hand and Middle panes.
Left hand side Links which triggers events for populating the Middle pane.
Both the Left Hand and Middle panes, are dependent of data being populated from the database.
Additionally in the middle pane, we need to be able to add and remove items from the database.
Here too we would like to be able to refresh the database contents with out having do a refresh.
Thanks in advance