help with News block

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
white-sky
Forum Newbie
Posts: 1
Joined: Tue Jun 28, 2011 4:30 am

help with News block

Post by white-sky »

Hi all,
I have a News block for CNN and al Jazeera. what I really would like to do is: make the news appear in my home page rather than sublist page! for instance, the News appear in "www.mysite.com/mod.php?mod=aljazeera" how can I make them appear in the home page?


thanks in advance for your help.
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: help with News block

Post by Jade »

You can use Javascript or Ajax to load it into a <div> on your home page.
Post Reply