Jump to content

Quick question > Php Processing *SOLVED*


scottybwoy

Recommended Posts

If you include_once in a script, does the parent script pause whilst reading the script in the included script like explained below?

[code]
<?php
  require_once "home.conf.php";

  require_once $INTRANET_USER_CLASS;
  require_once $DEBUGGER_CLASS;
?>
[/code]

then say in home.conf.php it has more includes/requires

  require_once( $CLASSES . '/config.inc.php');

does it do the same?  Cheers in advance ;)
Link to comment
https://forums.phpfreaks.com/topic/20609-quick-question-php-processing-solved/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.