RE: [PHP] making php code from db work

2006-03-17 Thread Arno Kuhl
The only two ways I can think this could work is you must either write the output to a file with a php extension and then include that file, or you must set up the apache server to parse html files in the same way as it does php files. Just doing a normal output on a standard server won't recognise

Re: [PHP] making php code from db work

2006-03-17 Thread - Edwin -
Hi! On Fri, 17 Mar 2006 12:07:42 +0200 Schalk wrote: > Greetings All, > > I pull the following snippet of code directly from a MySQL > database: > [ . . . ] > title="Intermodal">Intermodal > [ . . . ] > > As you can see in line three, I use the following PHP code > there: > > Unfortunate