WebSite X5Help Center

 
David K.
David K.
User

Dynamic Content on Website  en

Autor: David K.
Besucht 1466, Followers 1, Geteilt 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

Gepostet am
2 ANTWORTEN - 1 NüTZLICH - 1 KORREKT
Dieter D.
Dieter D.
User

You are guessing right: store the Data in MySQL DB, pull & build the boxes you want to show with PHP.

Mehr lesen
Gepostet am von Dieter D.
David K.
David K.
User
Autor
Dieter D.
You are guessing right: store the Data in MySQL DB, pull & build the boxes you want to show with PHP.

Thanks Dieter... I wll look into some PHP guides...

Mehr lesen
Gepostet am von David K.