Help me in PHP Im quite new

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

w
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

There is great tutorials on things like this you know...
PHPScripter
Forum Newbie
Posts: 9
Joined: Wed Aug 25, 2004 12:25 am

Post by PHPScripter »

Thanks for helping for a long time my domain has used html my first week on php

and yes Sami i know i use hotscripts.com :D

ok and final problem

for this peice of code

foreach($array as $value){
if(strcasecmp( $value, "Overall") == 0 ) {
imagestring($im, 2, 370, 101, $array[$i+2], $color);


It works great for printing the number on picture but if the number isnt there? how do i replace it with --
Post Reply