| O.P.  RE: php script... ok lets see man, I write the following into a .php file in notepad:<?PHP
 header("content-type: image/bmp)
 header("content-length: 28962")
 header("content-disposition: inline; example.bmp")
 echo base64_decode(.....)
 ?>
 
 ok so what now? I open a bmp file in notepad and copy the crap I see in notepad and paste it into the php file?
 king.of.fanelia@Gmail.comking_of_fanelia@msgplus.net
 |