EagerWolf Posted March 25, 2008 Share Posted March 25, 2008 Hello! I have got random image generator in php .. and it works perfectly.. But when I upload it on server in doesn't open due to php.ini configuration. I guess in is some headers problems .. Where can I set this in php.ini? Quote Link to comment https://forums.phpfreaks.com/topic/97881-random-php-image-include-problems/ Share on other sites More sharing options...
MadTechie Posted March 26, 2008 Share Posted March 26, 2008 So you think its a php.ini file problem because ? if you have a reason to think its a php.ini file problem you should know what you need to change! Quote Link to comment https://forums.phpfreaks.com/topic/97881-random-php-image-include-problems/#findComment-500853 Share on other sites More sharing options...
schme16 Posted March 26, 2008 Share Posted March 26, 2008 if you get a headers problem you should probably use <?php start_ob(); ?> at the very top of your code. it must precede all other code. if thats not your problem, then please give us more info, as you were very vague on what you needed done. Quote Link to comment https://forums.phpfreaks.com/topic/97881-random-php-image-include-problems/#findComment-500931 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.