imagecreatefrompng() headaches?
Posted: Tue Jul 05, 2005 9:46 am
Hi
I am trying to pass a value into a function that creates an image using imagecreatefrompng()
but I keep getting headers already sent errors...
I can display the image if I move the script out of a function and into another document and reference this using...
However I cant seem to pass any values into this and I am reluctant to use $_SESSION variables for this...
Does anyone have any ideas on how this could be implemented?
Rgds Ian
I am trying to pass a value into a function that creates an image using imagecreatefrompng()
but I keep getting headers already sent errors...
I can display the image if I move the script out of a function and into another document and reference this using...
Code: Select all
<img src="createimage.php" />Does anyone have any ideas on how this could be implemented?
Rgds Ian