NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
dynamic PHP code


Joined: 12 Jul 2008
Posts: 4
Reply with quote
Hi. Debugger ignore some lines in my code:
Code:

   if (isset($_POST['action']))
   {
      $fn = 'handler_'.$_POST['action'];
      if (function_exists($fn))
      {
         $fn();
      }
      else
      {
         die('Fatal error! Call undefined function: '.$_POST['action']);
      }
   }
View user's profileFind all posts by NT ManSend private messageICQ Number
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
I'm not sure what kind of problem you tried to outline, but anyway debugger does not participate in executing PHP so it can not ignore anything.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
dynamic PHP code
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic