Thread: Error msg
View Single Post
  #8  
Old 3rd January 2016, 00:14
kOni kOni is offline
Senior Member
 
Join Date: Apr 2012
P2P
Posts: 17
Default
Quote:
Originally Posted by Chez View Post
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.

Thanks Chez but allready did this and i have this result...
Click the image to open in full size.

i want only the img in full screen with out the error msg.
Reply With Quote