Thursday, March 23, 2017

PHP NO PICTURE AVAILABLE

sAMPLE  php if hAVE  pICTURE OTHER WISE NO WIL DEFAULT THE PICTURE
if ($value)
$value = "<img width=100 height=100 src=/it/files/empphoto/".$value.">";
else
$value = "<img width=100 height=100 src=\"no.jpg\">";

phprunner view custom filed status

if ($value=="Process") $str.='<img src="1.png">'; if ($value=="Receive") $str.='<i...