[RESOLVED] PHP and SSI files
I am trying to figure out a way to have a list of links and if it is possible to reload the page and based on the link clicked include a .ssi file with the content. Don't really want to have a new php page for each link. I am a bit confused so if anyone can let me know if its possible or not and maybe some pseudo code would be great.
Thanks!
Edit:
Also if anyone has another method instead of ssi that would be great. The content is just a list of quotes will be between 100-200 and hoping to categorize. I was going to store them in MySQL database but querying for all of them i thought might waste more bandwidth and also execution speed will be longer i believe.