Posted by Teutje Fri 23rd Feb 2007 12:47 - Syntax is PHP - 36 views
Modification of posting from Teutje Thu 22nd Feb 2007 12:52Run this post in the PHP shell
Download | New Post | Modify | Diff | Hide line numbers
PHP parser reported no syntax errors in this post!
  •            
  •         $page=$_GET['page'];
  •         $click=$_GET['click'];
  •         }
  •     ?>
  • >
  •            
  •             switch (strtolower($_GET['page']))
  • {
  •  
  •   case $page :
  •   include("pages/".$page.".php");
  •   break;   
  •      
  • }
  • ?>

  • PermaLink to this entry https://pastebin.co.uk/10841
    Posted by Teutje Fri 23rd Feb 2007 12:47 - Syntax is PHP - 36 views
    Modification of posting from Teutje Thu 22nd Feb 2007 12:52Run this post in the PHP shell
    Download | New Post | Modify | Diff | Hide line numbers

     

    Comments: 0