Posted by juglesh on 09/25/05 19:01
If you want to run the included code on your server (like access a db
or files on the including server with this included script) you could
try a non standard ext. so, try including
anotherserver.com/includedscript.blah. The disadvantage here is that
someone could access www.anotherserver.com/includedscript.blah and see
your code, so you cant have anything secret on it. You might work
around this by using .htaccess on anotherserver.com to allow this
script only from your including server...but, I really dont know the
ins and outs of doing that.
--
juglesh
[Back to original message]
|