php setting text -
I am working on a site in php basically I had a lot of html pages but they were all very similar , Which contained their title, an image and some text. I was able to integrate my pages into a php page and pass the title and image name as GET variable. I would not like to pass too many lessons in this way. What is the best way to do this? I was thinking of adding text to a text file but then I would have a text file for each item. I also thought that I could have a database and read text from there. What do you guys think? According to me, it is preferable that you use the database and simply pass the ID, thanks.
header.php //
Comments
Post a Comment