Setup multiply web links???

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
noble
Forum Newbie
Posts: 4
Joined: Tue Apr 06, 2004 4:54 am

Setup multiply web links???

Post by noble »

Hello All:
I'm new to PHP. Is there a way I can use PHP to automatically link a lot of web pages??? Basically, I plan to add a link page that just contains a few hundred links to other webpages of interest. I'd like someone to be able to click on a link and have it open up in a new browser. Is there an easy way to set this up so all I have to do is copy my list of websites into the new page?? This way later on when I need to add more sites I just paste them on the page and they are automatically setup the way I want. Basically, I'm trying to avoid writing out repetitive code. I guess I could use a macro but... Just checking. I've never used a database before and so I wouldn't know where to begin to set that up. Thanks in advance
User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post by ol4pr0 »

i Suggest using a dB, so i guess you might wanna start there..

google-> mysql site:www.php.net

http://www.php.net
http://www.mysql.com
Post Reply