J
|
Jane 7/22/2008 |
Hi, |
C
|
chaz 7/22/2008 |
hi i think i have similar problem LOL |
J
|
Jane 7/22/2008 |
Hi, global $conn; if ($value) { $str = "select imageURL from photo where imageID=".$value; $rs = db_query($str,$conn); $data = db_fetch_array($rs); $value = "<src href=\"".$data["imageURL"]."\">"; } |
C
|
chaz 7/22/2008 |
global $conn; if ($value==1){ $value = "<IMG alt=Online src=\"images/online\.gif\" />"; } if ($value==0){ $value = "<IMG alt=Offline src=\"images/offline\.gif\" />"; }
|
J
|
Jane 7/22/2008 |
Try to use this one: if ($value==1){ $value = "<IMG alt=Online src=\"images/online.gif\" />"; } if ($value==0){ $value = "<IMG alt=Offline src=\"images/offline.gif\" />"; } |
C
|
chaz 7/22/2008 |
hi all my images dont show !! what did i miss ?? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=31294&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' /> $value = "<img src href=\"https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=31294&image=2&table=forumreplies\" />";
|
C
|
chaz 7/22/2008 |
Try to use this one:
|
J
|
Jane 7/22/2008 |
It's difficult to tell you what's happening without seeing actual files. |