Hi there.. I don't even know
the correct name for the function
Im looking for..
What I want to do it the following:
-fill a variable with data..
e.g. $data_input(1,23,34,552,3,32,3,5,78,98)
then I want to make a function that converts these numbers into grafic images..
So what Im looking for is a way how I can create image output with php.
Drawing lines in php would be the keyword here.
Does anyone know how to do this?
I have played a bit with png image creation and own input texts to dynamically create images on the fly..
Thanx!!