Quote:
Originally Posted by spacedog
but the php include needs to work externally.. sites that are not my own. I believe the .htaccess only allows this to work on sites on my own server..right?
|
Well, yeah. If they're trying to put PHP in a non .php file or don't have the types set, it's their own problem with implementation.
If you
have to have something work externally with URL wrappers, at least look into
readfile.. that won't execute code unless you explicitly eval() it.