[snip]
So is there any way to accomplish what I want to using php without
naming the files *.php??
[/snip]

in your httpd.conf file (Apache);
  # And for PHP 4.x, use:
  #
  AddType application/x-httpd-php .php
  AddType application/x-httpd-php .html

This will cause html files to be treated as PHP, remember to restart the
server.

HTH!

Jay



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

Reply via email to