View Single Post
Old 10-29-2008, 06:03 PM  
Scroto
Confirmed User
 
Scroto's Avatar
 
Join Date: Nov 2005
Posts: 2,804
Quote:
Originally Posted by jimbona View Post
Code:
<?php if(empty($get["avatar"])) {
  print "<img src='http://$site_url/avatars/non.gif' width=\"80\" height=\"80\">";
}else{ print "<img src='".$get["avatar"]."' width=\"80\" height=\"80\">"; } ?>
thanks man, works good
Scroto is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote