Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
I need a simple list script
Old 07-12-2006, 02:23 PM I need a simple list script
Skilled Talker

Posts: 54
Name: Pat
Trades: 0
I'm looking for a simple script which would be able to list 5-10 links on each webpage I place it on. I tried searching for one but all I get is mail list scripts.

I need it so I can add a Latest Articles column to my webpages.

So if anyone could quickly write one up or link to one which is already made I'd be very greatful.
checksum is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-13-2006, 10:21 AM Re: I need a simple list script
Extreme Talker

Posts: 170
Name: XpIndia.Com
Trades: 0
Try a forum script. They usually have these features.
__________________

Please login or register to view this content. Registration is FREE

Server alert/reseller-
Please login or register to view this content. Registration is FREE
XpIndia.Com is offline
Reply With Quote
View Public Profile
 
Old 07-14-2006, 01:25 AM Re: I need a simple list script
camp185's Avatar
Super Talker

Posts: 127
Trades: 1
Are you getting the information from a database or text file. Is it the same links on every page you want to list them on?
__________________
Improve your website! Get a
Please login or register to view this content. Registration is FREE
!
camp185 is offline
Reply With Quote
View Public Profile Visit camp185's homepage!
 
Old 07-14-2006, 01:03 PM Re: I need a simple list script
Skilled Talker

Posts: 54
Name: Pat
Trades: 0
Quote:
Originally Posted by camp185
Are you getting the information from a database or text file. Is it the same links on every page you want to list them on?
Yep, the same links on each page I place the php script. I would like the links to be found in a text file if possible.
checksum is offline
Reply With Quote
View Public Profile
 
Old 07-19-2006, 07:41 PM Re: I need a simple list script
camp185's Avatar
Super Talker

Posts: 127
Trades: 1
That sounds easy enough.

Create a file and list the links like you want....example

Code:
<a href="http://www.apopularitycontest.com">A Popularity Contest Com</a>
<a href="http://www.apopularitycontest.com">A Popularity Contest Com</a>
<a href="http://www.apopularitycontest.com">A Popularity Contest Com</a>
<a href="http://www.apopularitycontest.com">A Popularity Contest Com</a>
<a href="http://www.apopularitycontest.com">A Popularity Contest Com</a>
and save it like "my_links.php"

Then on the pages you want it just use php to include it:

Code:
<?
include ("my_links.php");
?>
__________________
Improve your website! Get a
Please login or register to view this content. Registration is FREE
!
camp185 is offline
Reply With Quote
View Public Profile Visit camp185's homepage!
 
Reply     « Reply to I need a simple list script
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19098 seconds with 12 queries