Zeradin Posted September 12, 2008 Share Posted September 12, 2008 I have links for like inbox and "new items" that change their formatting to bold and add a number at the end based on sql queries. the links open the pages in an iframe. I was wondering how i can make the links periodically check the sql query so they update ever without reloading the same page. I don't know too much about java, but any help would be appreciated. thanks! Link to comment https://forums.phpfreaks.com/topic/123929-active-link-text/ Share on other sites More sharing options...
lemmin Posted September 12, 2008 Share Posted September 12, 2008 You probably want to look into AJAX http://en.wikipedia.org/wiki/AJAX You can get the same kind of result using iframes, but AJAX is probably more efficient. Link to comment https://forums.phpfreaks.com/topic/123929-active-link-text/#findComment-639909 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.