Edit a php file but bedug does not run the line [message #1101888] |
Thu, 05 September 2013 00:10 |
Peter Hon Messages: 8 Registered: July 2009 |
Junior Member |
|
|
Dear all,
When I add a line in index.php and the debug it. The eclipse does not stop at the new line. It just ignored the new line and run to the following line
<?
session_unset();
@session_destroy();
session_start();
$_SESSION = Array();
$error_message = $_GET["error_message"];
echo "<div align='center' class='alert_font_bold'><br>$error_message</div>";
include "config.php"; //<-- This line is added but debug session does not stop at here
include "last_update.php";
?>
Thanks
|
|
|
Powered by
FUDForum. Page generated in 0.01779 seconds