K
|
kadidarm 8/23/2008 |
This shows icon both when there is a file name or the field is blank. How to only show icon only when there is a file to be downloaded (that means if there is no file, the field will be blank)? |
K
|
kadidarm 8/25/2008 |
Nevermind, I found the answer myself: if($data["Model"] != null) $row[$col."Model_value"] = "<a href='Cars_download.php?field=Model&key1=". $data["ID"] ."'><img src='images/mp3.gif'></a>"; |
R
|
Rigmantas 6/29/2010 |
Hi, |