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,

You can divide your page into three sections. According to $ Head_get footer.php // footer section separate header section body.php / // <.>
  header.php //  

thanks.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -