| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| First Time Poster! Join Date: Jul 2005
Posts: 1
![]() | simple question, please and thanks guys... I have a bunch of links..... They will lead to games, videos, and images. I want to make it so that I can list the game links, images links and videos links on their correct pages (games.php, images.php, videos.php), without having to open each page, and add the new games,videos and images manually to each page... I know PHP can do this somehow, but I am not too certain how.. ????: NamePros.com http://www.namepros.com/programming/105343-simple-question-please-and-thanks-guys.html Here's an example of what I am talking about. http://i-am-bored.com/ ^ ...see how they managed to sort out their files in different pages such as 'games', 'videos', 'images', 'latest', and 'favorites', ect? How would I go about doing this? I appreciate all the help I can get guys. Thanks a ton in advance. |
| |
| | #3 (permalink) |
| Professional Monkey Join Date: Jul 2005 Location: Escaped from the zoo
Posts: 907
![]() ![]() | you could use php to parse an html file and record all the relevant links. you could write you own html parser or you could use this one-> http://www.jazarsoft.com/product.php?pid=0080030023
__________________ Webmaster Words |
| |