Re: [PHP] escape sequences not recognized inside an .html

2001-03-27 Thread Mauricio Junqueira
I've check the other articles and came up with the following: 1- take out the extension, html or php, inside the links in way that I can change from .html to .php and vice-versa without worrie to change all links. 2- and to add the .html to httpd.conf in order to all files to be parsed. Not too b

Re: [PHP] escape sequences not recognized inside an .html

2001-03-27 Thread Jason Stechschulte
On Sat, Mar 24, 2001 at 09:06:36PM -0500, Mauricio Junqueira wrote: > Hi, > I believe I am missing some configuration regarding my apache becouse > I can only get php to work inside a file .php. > If my page extension is .html, nothing happend with the php script; but > just changing from .html

RE: [PHP] escape sequences not recognized inside an .html

2001-03-24 Thread Jack Dempsey
would need to add the html extension to line with php. Otherwise, they're normal html... jack -Original Message- From: Mauricio Junqueira [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 24, 2001 9:07 PM To: [EMAIL PROTECTED] Subject: [PHP] escape sequences not recognized inside an

[PHP] escape sequences not recognized inside an .html

2001-03-24 Thread Mauricio Junqueira
Hi, I believe I am missing some configuration regarding my apache becouse I can only get php to work inside a file .php. If my page extension is .html, nothing happend with the php script; but just changing from .html to .php everthing works fine. Anyone? Anyhelp? I'm new over php. I usually d