PHP - AJAX doubts

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Scenario
Forum Newbie
Posts: 1
Joined: Thu Jun 09, 2005 8:33 am

PHP - AJAX doubts

Post by Scenario »

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
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Ajax / XMLHttp....

What was the question?
method_man
Forum Contributor
Posts: 257
Joined: Sat Mar 19, 2005 1:38 am

Post by method_man »

i think he wants us to do it...
Post Reply