background color imagefill


Posted on 16th Feb 2014 07:03 pm by admin

Hello

I would like to ask you why I see this square in red color just in my local xampp installation. If I run the code in the remote server (http://www.arreglaordenador.com/numberimage2.php) I see the square in black color instead of red. Do you have any ideas?

Did you know?Explore Trending and Topic pages for more stories like this.
Code: (text)
<?php

$im = imagecreatetruecolor(100, 100);

// sets background to red
$red = imagecolorallocate($im, 255, 0, 0);
imagefill($im, 0, 0, $red);

header('Content-type: image/png');
imagepng($im);
imagedestroy($im);
?>
Thanks
No comments posted yet

Your Answer:

Login to answer
65 Like 36 Dislike
Previous forums Next forums
Other forums

Saving PHP output as a file
I wondered if anyone knows how to save the rendered output of a PHP script as a file?

I have

Issues: PHP Forms -Clearing
I've tried looking online before actually asking for help, but I've been looking for about the past

Problems with array
This code is the last lines in an upload script that uploads 4 images at the same time and writes th

Problem with umlauts and UTF-8
Hello every1,

I'm creating my own little CMS at the moment and got some problems with the cha

Creating a custom API
I'm creating a site, and I need to create a basic API. Unfortunately I have no idea where to start.

Display last record first.
I need some help how put the last record first and first record last.

Thanks

Code: &am

Preg_match question
I want to use preg_match to make sure a string is always 6 characters long and only contains 0-9 and

problems with script
I made a small script wich exchanges points in my website:


<?php
session_start

first few characters only
hi, does anyone know how to use PHP to take the first few words of a text and limit them? i have see

New to mysqli library - Multiple query problem
Greetings,

I am writing a batch program that executes 3 queries on a single page. Using mysql

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash