Thread: ANy AJAX gurus?
View Single Post
  #1 (permalink)  
Old 01-23-2008, 02:33 AM
BungeeBones's Avatar
BungeeBones BungeeBones is offline
Member
36 posts this year. i see smoke!
It looks like they have moved their luggage in.
 
Join Date: Jan 2008
Location: Ft Pierce Florida
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Send a message via AIM to BungeeBones
Default ANy AJAX gurus?

I think what I have is a simple problem.

I want to convert a portion of a page to AJAX. Currently, the page loads (php) and if there are any data entries according to that page's parameters it will display a link. If the link is clicked it will reload the entire page, plus some new data (because the link was clicked).

So what I need is code that will, on click of that link, echo the value of a php variable holding the data instead of reloading the page.

If someone would have a snippet that would do that I probably can hack it to get it to work but my javascript is pretty limited.

Thanks
Reply With Quote