
December 12th, 2012, 09:37 PM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 2
Time spent in forums: 40 m 42 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by requinix "Graphs" and "charts" are more about visualizations of numeric data. All you need is a simple table.
Hmm... Well yes, you can do this entirely in PHP and MySQL (so long as you include HTML, CSS, and potentially Javascript in that list).
I think the best place for you to start is with HTML. Make a demo HTML page that contains dummy data. Nothing dynamic, just the straight HTML. Then style it with CSS so that it looks the way you want. Then, should you wish, add Javascript so that the page does stuff.
After you get that done you can add PHP to it. Incrementally. Get the data into an array or something purely PHP and put that into the table. Then introduce a database and get the data from that instead. |
Thank You so much, I'm still very new to HTML PHP MYSQL and I have done some Java. You wouldn't happen to have a favorite HTML Resource besides random googling would you?
|