[Solved] Getting links from db and displaying them in another div [closed]
Yes, it is possible. To do this, you need to use AJAX. Here is a beginners tutorial: http://www.tizag.com/ajaxTutorial/ After you read up on that, and understand the basics (if you don’t know javascript, you may want to look into some more tutorials), you can move on to jQuery(a Javascript framework). You can use jQuery.ajax() for … Read more