Dynamic Content on Website
Author: David K.
Visited 1779,
Followers 1,
Shared 0
Hello,
I have a website (http://adult.mon-info.eu/fr.asstr.html) and would like to update the content dynamically: changing the content of a text box, adding textboxes (Box 10, 11, etc.) or deleting Text boxes.
I have tried using a Script :
- Download the page with FTP
- Updating the content
- Uploading the page with FTP
That works somehow but I cannot add new Boxes. I think there is an issue with the Style Sheet which does not recognize the new boxes.
Is there another way doing this ? Mybe with PHP ? Maybe with a SQL Database ?
I would like to update the website several times a day but making this manually is not an option.
Many thanks
Posted on the
You are guessing right: store the Data in MySQL DB, pull & build the boxes you want to show with PHP.
Author
Thanks Dieter... I wll look into some PHP guides...