[snip]
How can i do a php script with a html extension....such as
http://www.blinds-wise.com/shop/p/blind/bid/1/venetian_blinds.html
[/snip]

You set it up in your httpd.conf You should have

AddType application/x-httpd-php .php

change it to 

AddType application/x-httpd-php .php .html

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

Reply via email to