View Single Post
Old 01-31-2013, 01:10 AM   PM User | #17
iman
New Coder

 
Join Date: Jan 2013
Posts: 12
Thanks: 10
Thanked 0 Times in 0 Posts
iman is an unknown quantity at this point
I found what the problem is.
I changed
PHP Code:
$file './icon/'.$sStatus.'/icon.gif'
to
PHP Code:
$file './icon/'.'00'.'/icon.gif'
to check this path: "./icon/00/icon.gif". the indicator was displayed. It means the problem is from
PHP Code:
$sStatus 
Its result cannot be retrieved

Last edited by iman; 01-31-2013 at 06:31 PM..
iman is offline   Reply With Quote