Help me in PHP Im quite new
Moderator: General Moderators
-
PHPScripter
- Forum Newbie
- Posts: 9
- Joined: Wed Aug 25, 2004 12:25 am
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
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 --
and yes Sami i know i use hotscripts.com
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 --