I want to embed a php page into an index.htm file. do i have to rename the file to index.php3? i want the index page to come up when the website url is typed in without /index.php3 or /index.htm being typed after the url.
i am using dreamweaver and have tried
<!--#include virtual="filename.php3" -->
include(filename.php3)
and neither will work.
the file i'm inserting is a file derived from a mysql database.
Thanks!