hello everybody.i have made a website about a gym. and it contains a timetable of classes during weekdays.
this page is static. and my professor told me to do it dynamic. how it can be done. and thanks.

Recommended Answers

All 2 Replies

Making a website dynamic means pulling in data from sources such as a database using a server-side language such as PHP. An HTML page by itself is static, but by using, say, PHP, you can connect to a data source and print the classes onto the page. When you update the data source, the page will also update when users access it.

Thanks for your valuable information. I was too not aware of static and dynamic page. Anyway your message helped me.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.