phpbar.de logo

Mailinglisten-Archive

[php] include und listenarchiv

[php] include und listenarchiv

Martin Schepers nl_(at)_ms-net.de
Sun, 8 Oct 2000 15:08:18 +0200


> Hallo Martin,

>> <html>
>> 1,2,3,
>> <?php include('test.php3');?>
>> 4,5,6
>> </html>

>> und die test.php3:
>> <?php echo "Test\n"; ?>


> Lass mal das \n weg oder für Zeilenumbruch machst Du <br>

vielen dank, das hat geholfen.
auch wenn ich es mir nicht erklären kann. was ist daran denn falsch?


das eigentliche problem ist allerdings ein textcounter, der genauso eingebunden wird, ich hatte nur für die liste versucht, das problem nicht zu breitzutreten.
das funzt leider immer noch nicht.
hier das ende vom script, welches mit include eingebunden wird:

das #!/usr/bin/php am anfang der datei hab ich rausgelöscht, so hat es gar nicht geklappt.

Martin



#This is where the script will send the count to the calling web page,
#if it's working properly. If you want to give the counter a consistent
#look across all your pages, you can edit the following echo statement,
#and add HTML tags before and after the variable name. For example:
#echo "<font face=\"verdana\" size=2 color=\"#000000\"> $count </font>";

               echo "$count";

               fseek("$logfile", 0); #go to beginning of log
               fputs("$logfile", $count); #replace old count with new one
               fclose($logfile); #close log file
               }
         }

#Snoop the visitor, if we want to
#(snoop hab ich auf = gesetzt)

if ($snoop==1) do_snoop($datadir,$REMOTE_ADDR,$HTTP_USER_AGENT,$HTTP_REFERER,$REQUEST_URI);

#And we're done!

exit;

?>


    Mit freundlichem Gruss

        Martin Schepers <schepers_(at)_ms-net.de>
--
---------------------------------------------------------------------
MSNET                                           phone +49 234 9520333
Dorstener Str. 347                                fax +49 234 9520334
D-44809 Bochum-Germany                      mailto:schepers_(at)_ms-net.de


php::bar PHP Wiki   -   Listenarchive