Ok, the bbcode tags was changed from to [imageee] so the bbcode can show. The bbcode is support to be img tags html (So basically [imageee]http[/imageee] is <img src="http"></img>, like most messaging boards) The reason i posted that code because is because it's the code for the URL , (http://cheesestatz.com/acnl.php) and how you see the image there, but it's not displaying as an image on forums.
Then url in the source is in the php, both images but the main image url is http://cheesestatz.com/acnl.php.
I know i want to make it as an image so i'll need to add this header('Content-Type: image/png') but i want it to change images when it's hovered, but i'm not quietly sure how to do that with php, only html. Since i can't use the html and the header together (i believe), so how would i make it work?