PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old December 12th, 2012, 09:04 PM
phpnoobie1987 phpnoobie1987 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2012
Posts: 2 phpnoobie1987 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 40 m 42 sec
Reputation Power: 0
PHP-General - Grid/Chart/Database/Graph Question

Hi All,

This is my first post in Dev Shed Forums so please do forgive me if I am posting in the wrong category. Thank you in advance for any help you may give me.

I am currently learning PHP/MYSQL and I have been learning by tinkering around making small projects and now I have a problem that I don't know how to solve so I was hoping maybe a PHP community could lead me in the right direction.

I am trying to simulate a T.V. Guide. One that is scalable, can accept data from a database in MySql, Has a row down the left side for Channels, has Time slots across the top, and Rows that Hold the T.V. programs in the appropriate time slot next to the appropriate channel. Exactly like Dish Network or Comcast has their TV guide screen set up. I also want it to be able to go weeks or even months ahead in time. I am stumped as to where to even start. I've googled graphs and charts in php but nothing that really makes it "click". Any help will be greatly appreciated.

Can I do this entirely in PHP MYSql or do I need some other kind of language to help me?

Thanks In Advance!

Reply With Quote
  #2  
Old December 12th, 2012, 09:23 PM
requinix's Avatar
requinix requinix is offline
Still alive
Click here for more information.
 
Join Date: Mar 2007
Location: Washington, USA
Posts: 12,711 requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)requinix User rank is General 120th Grade (Above 100000 Reputation Level)  Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1Folding Points: 417516 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 5 Months 1 Week 4 Days 6 h 48 m 5 sec
Reputation Power: 8969
Send a message via AIM to requinix Send a message via MSN to requinix Send a message via Yahoo to requinix Send a message via Google Talk to 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.

Reply With Quote
  #3  
Old December 12th, 2012, 09:37 PM
phpnoobie1987 phpnoobie1987 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2012
Posts: 2 phpnoobie1987 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
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?

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > PHP-General - Grid/Chart/Database/Graph Question

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap