Re: [PHP] to include php file into html page

2001-08-14 Thread Alnisa Allgood
At 4:32 PM -0500 8/14/01, Jack wrote: >Hi people >I have tried to include php file into html page using the syntax >below and it said syntax error at this part when the page is loaded. >What is wrong with calling php file this way? Or is there any other >way to call php file from html page? > >

Re: [PHP] to include php file into html page

2001-08-14 Thread Evan Nemerson
The language is php, not javascript. Plus I'm not sure if you can use an src attribute, but you can use the include or require functions... http://php.net/manual/en/language.basic-syntax.php On Tuesday 14 August 2001 14:32, you wrote: > Hi people > I have tried to include php file into html