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.

Thanks for any help,

David

<?

// includes
include("track.php");

?>
<html>
etc...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to