[TYPO3] In a PHP page, how to reference another PHP page?

Andreas Förthner Andreas.Foerthner at netlogix.de
Sun Apr 23 16:34:07 CEST 2006


Bing Du schrieb:
> Hello,
> 
> Say, I have two separate PHP pages, 'General stuff' and 'Specific 
> stuff'.  In 'Specific stuff', I need to use the PHP code of 'General 
> stuff'.  How should I do that?  Ext 'Page PHP Content' is used.
> 
> Thanks in advance,
> 
> Bing
Hi,

why don't you just include the first php files with 
require_once('php_file.php'); ?
This seems to be too easy, I got you wrong, eh?

Greets

Andreas



More information about the TYPO3-english mailing list