|
| ||||||||||
| Tags: image, php |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Image that you generate is not displayed in PHP
Thanks |
|
#2
| ||||
| ||||
| Re: Image that you generate is not displayed in PHP
It may be that the browser displays weird characters or do nothing at all displays when you send an image to the browser. On the one hand there should be nothing other than send the image (either the html code, characters, etc ...) and secondly you must specify the type of image to display. To specify the type of image that we display to the browser, it is enough to top a code that differs depending on the type of the image but may take the following values (and other less commonly used): Code: <?php header ( 'Content-type: image/gif' ); ?>
|
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Image that you generate is not displayed in PHP" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Image cannot be displayed on PC. | Aaghaz | Operating Systems | 4 | 02-01-2011 09:35 AM |
| image not clear or not displayed when I browse the internet | Oswaldo | Operating Systems | 3 | 14-11-2009 09:44 PM |
| How to generate a Box model and Floating image | WeezY | Software Development | 3 | 09-10-2009 11:42 PM |
| Image thumbnails generate then disappear | Ion Control | Vista Help | 5 | 08-07-2009 08:52 AM |
| Different image displayed in thumbnails | sligh | Customize Desktop | 4 | 19-01-2009 12:20 PM |