Block Help

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
erictxradio
Forum Newbie
Posts: 4
Joined: Wed Jan 28, 2004 4:05 pm

Block Help

Post by erictxradio »

I am new to PHP and was looking for a block that when loaded follows a simple text document to change its paremeters..content, images..whatever..
Kind of like an "onair" schedule for radio stations.
I'm sure this probably exsist's, but where?
Any help would be greatly appreciated.
Thanks..
New Fan of PHP:-)
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

Post by dull1554 »

so your looking for a addon for like a content management system??
something like that

i'd suggest loading the info from a database, all you do is have one page that querys certain info from a database, then when you want it changed you just have another page to insert new data over the old
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

You are reffering to the "blocks" they used in portals such as php-nuke and postnuke right?
erictxradio
Forum Newbie
Posts: 4
Joined: Wed Jan 28, 2004 4:05 pm

Post by erictxradio »

Yes I am referring to the blocks. I did find the CDC Radio Block, but this is not what I was searching for. I was looking for something like this "On air" block.
http://www.krockradio.com/

refer to the middle of the page.
Thanks for the replies
Post Reply