Re: [TYPO3] How to include PHP scripts on a page?

2008-01-06 Thread Denis Bilodeau
Hi Bartosz. It was a simple mistake: I had inverted the code for the Ext Menu and Ext Template object templates (placed what went in one in the other). Now everything is fine. Many thanks, you have been most helpful! Denis Bartosz Aninowski wrote: >> But nothing happens. I have tested my PHP f

Re: [TYPO3] How to include PHP scripts on a page?

2008-01-06 Thread Bartosz Aninowski
> But nothing happens. I have tested my PHP file by itself and it returns > the info I want. Anybody sees what I am missing? show your php code or make some test with simple example ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de h

Re: [TYPO3] How to include PHP scripts on a page?

2008-01-05 Thread Denis Bilodeau
Thanks for the help, There was this other suggestion to build an extension. I rather think that PHP_SCRIPT_EXT exists precisely for my purpose, since what I want to do depends on local files on a server and cannot be generalized. I tried this on the template -ext: Main TEMPLATE cObject tem

Re: [TYPO3] How to include PHP scripts on a page?

2008-01-05 Thread Dmitry Dulepov [typo3]
Hi! Denis Bilodeau wrote: > I have been using Typo3 for years without actually knowing PHP, on which > I now begin. > > I need to put some script on a page to retrieve sunrise and sunset time > from a file (I have some bits of code ready for that). But I am having > trouble at the "Hello World

Re: [TYPO3] How to include PHP scripts on a page?

2008-01-05 Thread Bartosz Aninowski
> I need to put some script on a page to retrieve sunrise and sunset time > from a file (I have some bits of code ready for that). But I am having > trouble at the "Hello World" level (ahem...): how to include a personal > PHP script in Typo3? > > The ' in a text element. Should I try to set som

[TYPO3] How to include PHP scripts on a page?

2008-01-05 Thread Denis Bilodeau
I have been using Typo3 for years without actually knowing PHP, on which I now begin. I need to put some script on a page to retrieve sunrise and sunset time from a file (I have some bits of code ready for that). But I am having trouble at the "Hello World" level (ahem...): how to include a per