Thread: Error msg
View Single Post
  #4  
Old 2nd January 2016, 21:49
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
You can do something like this:

PHP Code:
$errorimage "<img src='pic/error.png' width='80%'>";

stderr("Error""$errorimage"); 
or

PHP Code:
stderr("Error""<img src='pic/error.png' width='80%'>"); 
and you can play with height and width values as you wish.
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif
Reply With Quote