Re: [PHP] php doesn't work in html files

2004-01-12 Thread Manuel Vázquez Acosta
t it will take > more time before html files are processed? True? > > Thanks all, Nico Berg > > > -Oorspronkelijk bericht- > > Van: Nico Berg [mailto:[EMAIL PROTECTED] > > Verzonden: zondag 11 januari 2004 14:05 > > Aan: 'PHP General' > > On

RE: [PHP] php doesn't work in html files

2004-01-12 Thread Nico Berg
[EMAIL PROTECTED] > Verzonden: zondag 11 januari 2004 14:05 > Aan: 'PHP General' > Onderwerp: [PHP] php doesn't work in html files > > > Hi there all, > > I use Apache version 1.3 and WIndows 2000. The site is not global but only > local so I use the url http://loca

Re: [PHP] php doesn't work in html files

2004-01-11 Thread Chris Shiflett
--- Nico Berg <[EMAIL PROTECTED]> wrote: > I use Apache version 1.3 and WIndows 2000. [snip] > echo "this is the second line"; > ?> > > Output is: This is a line > > So the php part is not done at all. Do you have PHP installed? Chris = Chris Shiflett - http://shiflett.org/ PHP Securit

Re: [PHP] php doesn't work in html files

2004-01-11 Thread Kelly Hallman
On Sun, 11 Jan 2004, MadHD wrote: > Try to rename the .html file in .php (index.html -> index.php) and test > it. You can reconfigure apache to pass all .html files to php compiler > but i don't recommend it because it reduce drastically the performance. ...IF those .html files don't mostly all co

Re: [PHP] php doesn't work in html files

2004-01-11 Thread MadHD
- Original Message - From: "Nico Berg" To: "'PHP General'" Sent: Sunday, January 11, 2004 2:04 PM Subject: [PHP] php doesn't work in html files > Hi there all, > > I use Apache version 1.3 and WIndows 2000. The site is not global but on

Re: [PHP] php doesn't work in html files

2004-01-11 Thread Jason Wong
On Sunday 11 January 2004 21:04, Nico Berg wrote: > I use Apache version 1.3 and WIndows 2000. The site is not global but only > local so I use the url http://localhost/index.html > > This index.html look's like this: [snip] > So the php part is not done at all. Is that right? I always believed

Re: [PHP] php doesn't work in html files

2004-01-11 Thread Stuart
Nico Berg wrote: Hi there all, This index.html look's like this: This is a line Output is: This is a line So the php part is not done at all. Is that right? I always believed php should work in html? Assuming you have the web server set up according to PHP's installation docs, you either nee

[PHP] php doesn't work in html files

2004-01-11 Thread Nico Berg
Hi there all, I use Apache version 1.3 and WIndows 2000. The site is not global but only local so I use the url http://localhost/index.html This index.html look's like this: This is a line Output is: This is a line So the php part is not done at all. Is that right? I always believed php