WebSite X5Help Center

 
David K.
David K.
User

Dynamic Content on Website  en

Автор: David K.
Просмотрено 1459, Подписчики 1, Размещенный 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

Размещено
2 Ответы - 1 Полезно - 1 Корректно
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.

Читать больше
Размещено От Dieter D.
David K.
David K.
User
Автор
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...

Читать больше
Размещено От David K.