I have been authoring webpages in HTML for a couple of years, but am starting to become more and more interested in the dynamic content aspect of PHP, can anyone tell me where to begin with the following scenario:
multiple users, all having over 50 unique url's. There are a total of 18 pages per user, directory style. I want to create a standard page using CSS or template style pages, however, the dynamic information specific to each page needs to pull from a text file with multiple lines containing url information.
I'm trying to develop a multi user website where each member has their own set of pages with their specific url's. In HTML, i have created a master page and have been simply inputting their url's and then uploading the pages manually. I would like to be able to create a text file for each member, containing their url's and have a program pull the information, and populate the link automatically. This way i simply have to update one text file, rather than change the url on a master page to their unique URL.
Where should i start?