|  | Posted by Rik on 06/15/86 11:49 
vito wrote:> the print is to see if it works or not but it even doesn't print out.
 > permission of abc.php hasn't been changed and every time i run
 > def.php, the timestamp of abc.php shows an update accordingly.
 >
 > What can i do in abc.php to debug?
 
 First of all: You have display errors on, and error_reporting set to E_ALL?
 
 Second, it's probably def.php that needs to be debugged. Try a simple
 include file:
 
 <?php print("untill here it works"); ?>
 And move it up in your def.php untill it works, the error is somewhere
 below.
 
 Cutting out large pieces of code in a copied version untill you can
 reproduce the problem with a minimal amount of code is always very
 clarifying.
 
 Grtz,
 --
 Rik Wasmus
  Navigation: [Reply to this message] |