![Picture of mickey19m Picture of mickey19m](/graphics/unknown.gif)
mickey19m - 2005-05-23 18:56:21 -
In reply to message 2 from Olaf Lederer
$include_file = fopen("/home/profiel/domains/goldprofile.nl/public_html/begin.tpl", "r") or die("Kan de beginpagina niet openen.!");
while (!feof($include_file)) {
$line = fgets($include_file, 1024);
foreach (array_keys($template_keys) as $foo) {
trim($line);
if (preg_match("/$foo/", $line, $tempmatch)) {
$line = str_replace("$foo", $template_keys[$foo], $line);
}
}
echo $line;
}
fclose($include_file);
this is the code from index .php
echo $line; is row 38...
but youre class is include in index.php as first one:
this is the beginning from index.php:
<?php
include_once("/home/profiel/domains/goldprofile.nl/public_html/classes/access_user/access_user_class.php");
i hope you now a reason why he does this...
i dont now any more