Jim,
I just figured out how to use PHP to reduce a template to a number of references to PHP files. It’s OK but I’d rather do it a different way. Isn’t there a way to have a template on the screen and when a link is clicked, the page doesn’t reload, rather the area where text content changes – one template loaded one time with a bunch of references to PHP files of the different text content of the different pages.
For example on my site, the subject text is found in the middle column for each different page of the site. If one of the links in the right or left column is clicked, instead of loading the whole page (template with the desired text information), why not leave the template there, don’t reload the template, and instead load the wanted text information into the center column. What language would I use to accompolish this and what would be the enabling function(s) of that language that would accompolish this?
Thanks,
Roger

Comments