Posted by Anonymous Wed 14th Mar 2007 19:31 - Syntax is PHP - 34 viewsRun this post in the PHP shell
Download | New Post | Modify | Hide line numbers
PHP parser reported no syntax errors in this post!
  1.     session_start();
  2.  
  3.     header("content-type: image/png");
  4.  
  5.     $string = $_SESSION['key'];
  6.  
  7.     require("classes/Captcha.php");
  8.  
  9.     $image = new Captcha($string);
  10.  
  11.     imagepng($image->image);
  12. ?>

PermaLink to this entry https://pastebin.co.uk/11877
Posted by Anonymous Wed 14th Mar 2007 19:31 - Syntax is PHP - 34 viewsRun this post in the PHP shell
Download | New Post | Modify | Hide line numbers

 

Comments: 0