Re: [PHP] how to require php file in a.html file

2002-02-15 Thread Tyler Longren
If you're using apache, make sure .html is included as an extension that gets parsed by PHP. Tyler - Original Message - From: "mysqlphp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 15, 2002 8:08 AM Subject: [PHP] how to require php

[PHP] how to require php file in a.html file

2002-02-15 Thread mysqlphp
Hi, How do you (or is it possible) to ask a html tagged file (snoopy.html) to include a php file that reads and embeds cookies and talks to a MySQL database? The code below (written before the html tag) is not working for me and really want to avoid changing all my .html files to .php files. Th