473,394 Members | 1,971 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Graphics via something using PHP include?

(new)

The ISPs I currently use don't have GD installed in their PHP implementations.

Is there something which can generate graphs using PHP only?
Jul 17 '05 #1
4 2207
In article <e6*************************@posting.google.com> ,
tw**********@hotmail.com (John) wrote:
(new)

The ISPs I currently use don't have GD installed in their PHP implementations.

Is there something which can generate graphs using PHP only?


I don't know of anything that does this (though such a beast almost
certainly exists somewhere), but depending on what types of graphs you
need, you could just generate straight HTML. A bar graph, for example,
can be made using an HTML table. Each row represents a different bar,
just put an image inside and size it according to the percentage.

This is sort of hard to explain, there is an example here with multiple
bar graphs created in this manner:

<http://www.phplabs.com/demo/surveywizard/survey.php?view=results&sid=1>

hth

--
Bulworth : fu***@fung.arg | My email address is ROT13 encoded, decode to mail
--------------------------|--------------------------------------------------
<http://www.phplabs.com/> | PHP scripts and thousands of webmaster resources!
Jul 17 '05 #2
On Sat, 10 Jan 2004 11:35:15 +0000, Senator Jay Billington Bulworth wrote:
The ISPs I currently use don't have GD installed in their PHP
implementations.

Is there something which can generate graphs using PHP only?


I don't know of anything that does this (though such a beast almost
certainly exists somewhere),

Certainly does.. it's called SVG. Unfortunately, not many browsers
support this by default although some have plugins available. Here's
hoping for a sooner rather than later resolution =)

Regards,

Ian

--
Ian.H [Design & Development]
digiServ Network - Web solutions
www.digiserv.net | irc.digiserv.net | forum.digiserv.net
Programming, Web design, development & hosting.

Jul 17 '05 #3
With total disregard for any kind of safety measures
tw**********@hotmail.com (John) leapt forth and uttered:
(new)

The ISPs I currently use don't have GD installed in their PHP
implementations.

Is there something which can generate graphs using PHP only?


http://www.webguys.com/pdavis/Programs/html_graphs/

--
There is no signature.....
Jul 17 '05 #4
>
Is there something which can generate graphs using PHP only?

Thanks you for the information. I looked at HTML table type graphs and
the SVG. SVG is slick but I'm not sure users will download a viewer -
I know I typically skip applet downloads.

I've also discovered techniques using javascript to create and
manipulate a binary bitmap picture type. This is closer to the PHP
only app I hope for. However, with gd it's understandable there's
little demand for such an app.

It also seems like you would mash a server when a bunch of people
started generating pictures dynamically.

Anyway, very very fun stuff!
Jul 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Markus Elfring | last post by:
Hello, A lot of clipart libraries offer free raster images. I am looking for a similar collection for vector graphics. Do you know a gallery or archive for the following formats? - Scalable...
4
by: Peter Oliphant | last post by:
There doesn't seem to be any documentation on how to create and/or use an instance of System::Drawing::Graphics. On-line MSDN talks about this class, and says: " The Graphics class provides...
6
by: Chris Dunaway | last post by:
The method for printing documents in .Net can be confusing, especially for newer users. I would like to create a way to simplify this process. My idea would be implemented using a PrintDocument...
15
by: Hamed | last post by:
Have I posted the message to wrong newsgroup? Or Does the question is so much strage? Would someone please kindly direct me to a true newsgroup or resource? Best Regards Hamed
1
by: IvoShalev | last post by:
Hi there, I just want to give some sudgestions on how to draw some plain things only using the header file <graphics.hand of course the standart files <stdio.h<conio.h<stdlib.h>. First of All...
2
by: mweitz | last post by:
"BGI Graphics are not supported under Windows" - I`ve got this message working in Borland C++ 5.01. File (house.cpp) should include graphics. Project contents: home.cpp; ...
5
by: Firecore | last post by:
Hello there. This a part of a program i am trying to make. I am trying to learn how to use graphics in a console C++ App. I am using the Visual C++ 6 and whenever I try to run this code, I can...
43
by: shaanxxx | last post by:
if u give cordinates to programme at run time and want a line to be drawn.. how to do this in c without usin any graphics function? like x1,y1 and x2,y2 and lines should be drawn from the 1st...
1
lifeisgreat20009
by: lifeisgreat20009 | last post by:
I want to make a "GRAPHICS PROGRAM" in C language that shows sorting of lines. Something like this:- ------------ ------------------- ------ ------------------------------------ after...
6
by: jt | last post by:
i think i was not clear in my quesiton. my question actually was how to store a graphics image generated in C. Eg. #include<graphics.h> void main() { int gm,gd=DETECT; initgraph(&gd,&gm,"");...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.