Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Pro PHP
|
Pro PHP Advanced PHP coding discussions. Beginning-level questions will be redirected to the Beginning PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 13th, 2004, 11:24 PM
Registered User
 
Join Date: Feb 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default What's happen with my code?

<?php

    header("content-type: image/png");
    $im = @ImageCreate(150, 150) or die("Could not create image");
    $bg_color = ImageColorAllocate($im, 240, 240, 240);
    $text_color = ImageColorAllocate($im, 0, 0, 0);
    ImageRectangle($im, 40, 40, 140, 140, $text_color);
    ImageString($im, 3, 5, 5, "Square", $text_color);
    ImagePng($im);
    ImageDestroy($im);
?>

Why it doesn't run?
Please check at: http://www.phucuong.net/testPNG.php
Help me!
 
Old February 14th, 2004, 01:06 AM
richard.york's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
Default

Cross-post with http://p2p.wrox.com/topic.asp?TOPIC_ID=9803
Please post replies there.

: )
Rich

:::::::::::::::::::::::::::::::::
Smiling Souls
http://www.smilingsouls.net
:::::::::::::::::::::::::::::::::





Similar Threads
Thread Thread Starter Forum Replies Last Post
Urgent:hard disk serial code and vb code ivanlaw Pro VB 6 0 July 25th, 2007 04:05 AM
VB: .Exe file, serial code and activation code ivanlaw Pro VB 6 8 July 6th, 2007 05:44 AM
What will happen when I refresh transaction page? kumar_sampath JSP Basics 1 April 13th, 2007 01:54 AM
code clinic - Why wont example asp code work? jardbf Classic ASP Basics 3 April 27th, 2006 06:22 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.