yes its possible, but you will need mod rewrites.
you can also include something like this in an html file
include ('/myfile.php'); ?>[/CODE]
I say something like this because it depends on your server. and the version of php it’s running. And some require a mod rewrite.
here’s some good mod rewrite sites for you
xxhttp://www.mod-rewrite.com/forum/
xxhttp://www.mod-rewrite-wizard.com/
I’ve done what you’re trying to do, it just seems to be a little different every time because of hosting issues.[CODE] include ('/myfile.php'); ?>[/CODE]
I say something like this because it depends on your server. and the version of php it’s running. And some require a mod rewrite.
here’s some good mod rewrite sites for you
xxhttp://www.mod-rewrite.com/forum/
xxhttp://www.mod-rewrite-wizard.com/
I’ve done what you’re trying to do, it just seems to be a little different every time because of hosting issues.