Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-09-2012, 02:50 PM   PM User | #1
DDmUSA
New Coder

 
Join Date: Feb 2007
Posts: 25
Thanks: 1
Thanked 0 Times in 0 Posts
DDmUSA is an unknown quantity at this point
Using PHP to Create Graphics

I am in the process of creating a seven-page website that will be a sales pitch to convince someone to schedule a video chat to consult with a philosopher / life consultant, to have discussions about improving life and being successful, for example.

I have a graphical element that represents each of the seven steps within the sales pitch. The graphical element looks very much like a transit map for public transportation.

I was wondering if PHP would make sense to learn in terms of using PHP to generate the graphical visual for each of the seven pages. When the visitor proceeds from one page to the next, the graphical visual has to reflect the current page by way of a circle and a dot that indicates the current stop along the seven-position indicator.

Take a look at the following web addresses to let me know what is possible:

Welcome:
http://solutionconcepts.com/tram/

First Step:
http://solutionconcepts.com/tram/first-step.php

Thought of the Day

About Us:
http://solutionconcepts.com/tram/about-us.php

Interesting Facts:
http://solutionconcepts.com/tram/facts.php

Get Ready:
Technical Details / Requirements for Video Chat

Schedule Chat:
Form used to schedule your video chat session
DDmUSA is offline   Reply With Quote
Old 11-09-2012, 07:06 PM   PM User | #2
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,635
Thanks: 4
Thanked 2,448 Times in 2,417 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
You can create graphics using PHP manually (not fun), or simply using the GD library. I'm not sure what in particular you are planning on making; seeing those images on the left I question the need to use PHP to generate the graphics since there is nothing really dynamic about it. It would simply be easier to link the image into the html per normal.
GD is more designed for dynamic graphics, so putting special text on them, creating barcodes, creating pie and bar graphs, etc. Typically images that would change based on input. Graphics also typically have a rather high overhead to them, which is why using GD should be sparingly.
Fou-Lu is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:32 AM.


Advertisement
Log in to turn off these ads.