Can't pass include file parameters
Posted: Tue Oct 31, 2006 5:22 am
in my page i want to include this file on a remote server outside our company.
i also want to pass the page some parameters and ive stored all my parameter values in a variable called: $param.
include('http://www.remotesite.co.uk/intranet/pe ... ?'.$params);
but i get an error telling me that the stream failed to open.
ive looked around for an answer to this issue, but havent found anything yet that is a solution
i also want to pass the page some parameters and ive stored all my parameter values in a variable called: $param.
include('http://www.remotesite.co.uk/intranet/pe ... ?'.$params);
but i get an error telling me that the stream failed to open.
ive looked around for an answer to this issue, but havent found anything yet that is a solution