|
Posted by Rik on 08/15/07 14:45
On Wed, 15 Aug 2007 16:24:15 +0200, Jerim <wyount@gmail.com> wrote:
> After playing around with it a bit, here is what you were trying to
> say:
>
> On website.php catch the variable using
> $variable=3Drawurlencode($_GET['variable']);
> Then when you call the include, pass the variable: include("http://
> www.website.com/directory/website_include.php?variable=3D$variable");
Well, preferably don't include by HTTP, but this will work.
-- =
Rik Wasmus
[Back to original message]
|