Code: Select all
setcookie("image_ratio", $ratio, time()+3600);Am I running into problems because I declare the content type as an image in a header?
Code: Select all
header('Content-type: image/png');For those who want to see the application you can check it out at:
http://www.vinylletteringdecor.com/cust ... tering.php
I'm trying to pass the ratio of the height and width of the text string (pulled from the bounding_box) so I can give an accurate width, because the approximate width can be WAY off depending on the font being used. Any help would be great. Thanks