Dynamically changing text within a page.
Posted: Wed Nov 12, 2008 12:21 am
Im a part of an online game community and we have an HTML table listing all of the staff in said community. When staff leave or their sections change, it becomes a hassle to edit the table. Since Im a programming student in CIS115 (PHP/XHTML), I figured I would attempt to make a webpage in PHP to edit and change these sections.
However, I do not know where to begin. I was thinking of something involving data stored in text files for each member of staff, specifically a URL associated with their name. Then I need the program to search through the HTML table code and replace the staff members name and their URL with the new one. Obviously this has to be user friendly, so some sort of HTML inputs would be necessary.
Could I get a push in the right direction?
However, I do not know where to begin. I was thinking of something involving data stored in text files for each member of staff, specifically a URL associated with their name. Then I need the program to search through the HTML table code and replace the staff members name and their URL with the new one. Obviously this has to be user friendly, so some sort of HTML inputs would be necessary.
Could I get a push in the right direction?