Search found 4 matches
- Wed Aug 09, 2006 11:10 am
- Forum: PHP - Code
- Topic: Using GD2 to output images from PHP
- Replies: 4
- Views: 422
GD2 Comment...
Thomas Boutell of GD2 (boutell.com) says the following: "It sure sounds to me like you're just writing some PHP code out but not actually running any. I think you have some basic PHP confusion here about whether your server is really running any PHP code or just echoing it to the browser (which...
- Wed Aug 09, 2006 11:01 am
- Forum: PHP - Code
- Topic: Using GD2 to output images from PHP
- Replies: 4
- Views: 422
Smiley Face explained...
That smiley is suppossed to be an eight, as in "open parens dollar sign g << eight close parens"
- Wed Aug 09, 2006 10:59 am
- Forum: PHP - Code
- Topic: Using GD2 to output images from PHP
- Replies: 4
- Views: 422
PHP Code generating the Image
feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] This is t...
- Wed Aug 09, 2006 10:46 am
- Forum: PHP - Code
- Topic: Using GD2 to output images from PHP
- Replies: 4
- Views: 422
Using GD2 to output images from PHP
When I output as a JPEG using GD2 I do get an image but its actually a php file with a lot of code that makes up the image. Although I can view it in a browser, I can't download it as a file (it has zero size). Can I make the file so I can download it from the php output? Better yet, how can I creat...