How to show dynamic data in HTML page?
Jul.23, 2010 in
Programming & Design
I would like to allow my clients to post data from their members area. But, i want to show that data in a HTML page. Is it possible? I hope it is possible. Because, yahoo ads and google adsense are the same method using on our static pages by showing their ads dynamically according to the content from a static page..









July 24th, 2010 at 9:05 am
Try learning SSI (server side includes) it’s an extremely easy thing to pick up and will work perfectly for you.
Read this page and you’re done:
July 27th, 2010 at 4:21 pm
You need a database for storage of the dynamic data and then can use php to manipulate the data and build the pages accordingly.
July 30th, 2010 at 2:35 am
You really need to go with PHP and MySql. The first poster is so confused that she does not even know what SSL (Secure Sockets Layer) stands for but she is a programmer?
Germann, I am well aware that they are 2 different things. That was my point exactly. I followed the link of the first poster. That is why I referred back to her post. In the link, the discussion is about SSL and not SSI.
I have been developing web sites/applications for over 10 years. I assure you I know the difference.
August 1st, 2010 at 12:31 am
Re: William’s answer
SSI != SSL
They ARE two different things and the first one CAN help to generate dynamic data…
In order to generate dynamic output you need server side scripting of ANY sort, there are many different server side scripting languages to choose from, and a DB of some kind to store the related data…