Link to home
Start Free TrialLog in
Avatar of Bloxsom
BloxsomFlag for United States of America

asked on

Web site design with dynamic content

Greetings,  I would like to create a web  site that can handle dynamic content.  Very similar to logging into your bank's web site to check your balance.  What is the best way to create this?  I have hosting with SQL capabilities.  Is SQL the way to go ?  There isn't a lot of data, but the data that is there changes several times an hour.  I would like to have this displayed on my web site in real time without having to intervene.   I have a program that puts the raw data in XML on my web page but how do I get it from there to a SQL data base and from their to HTML?   I realize I am new to this and any pointers or tutorials would be very helpful.  
ASKER CERTIFIED SOLUTION
Avatar of Wayne Michael
Wayne Michael
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If you are wanting to develop a solution without a CMS package you can also take a look at JSP / Jakarta.

You can develop a site without "code" and use use tags to pull data from the database/data source.

I find it much simpler than PHP but PHP is not a bad way to go.

Do you have any programming experience?