Featured Worklog

Price Search



PC Apex Sponsor


PC Apex Sponsors



PC Apex RSS Feeds

RSS Feed for PC Apex Reviews & ArticlesRSS Feed for PC Apex PC Modding WorklogsRSS Feed for the PC Apex Daily DisturbanceRSS Feed for the latest PC Apex Site NewsRSS Feed for PC Apex Affiliate and Web NewsRSS Feed for PC Apex Deals and Steals

Go Back   Apex Community Forums // Other Forums // Designers Corner // Coding / Scripting / Programming

Coding / Scripting / Programming Discussions on all manner of coding and scripting.

Reply
 
LinkBack Thread Tools Display Modes
Old 20-March-05, 10:25 AM   #1 (permalink)
Apex Techie Lite
MSXenix's Avatar
Default php sig problems

im having problems with my php sig. It just displays the code. I know im doing something wrong im not sure what though.

This is what i entered in. It wil be edited of course this is just a test to get me started. I had gotten the code off the internet so it could be wrong. I'm a php newbie.
PHP Code:
  $string2 "TEST";
 
$imimagecreatefrompng("http://pctechclub.ath.cx/images/black.png");
 
$color imagecolorallocate($im255255255);
 
$px=120;
 
$py=30;
 
imagestring($im3$px$py$string$color);
 
imagestring($im2$px$py+12$string2$color);
 
imagepng($im);
 
imagedestroy($im); 
Edit:nm fixed it. I accidently removed this line
header("Content-type: image/png");

Last edited by MSXenix; 20-March-05 at 11:43 AM..
MSXenix is offline     Reply With Quote
Old 20-March-05, 04:12 PM   #2 (permalink)
Pimp PHP Pro
vladimir's Avatar
Default

um u cant put php code in ur sig ...its not gonna compile....
vladimir is offline     Reply With Quote
Old 20-March-05, 04:32 PM   #3 (permalink)
Apex Techie Lite
MSXenix's Avatar
Default

thanks for the help. i have a server which i can host the php and have it executed.
MSXenix is offline     Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
problems oc p4 rockermonki Intel CPU/Motherboard OC 7 25-May-05 05:44 PM
Cpu problems MatahChuah Motherboards / CPUs 9 04-January-05 07:42 PM
RBX Problems (?) GrandpaNoob72 Extreme Cooling 12 19-December-04 11:33 PM
Problems with GPU fan.. Rykno Video Cards 9 18-December-04 05:17 PM
XP mic problems Teranfirbt Windows OS Problems 2 04-May-03 11:10 PM


All times are GMT -5. The time now is 05:55 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Copyright PCApex.com, GameApex.com, ForumApex.com 2001 - 2008
Advertisements

Page generated in 0.12882 seconds with 9 queries