Posted by Captain Paralytic on 02/14/07 10:37
On 14 Feb, 08:48, Gunnar G <deb...@comhem.se> wrote:
> Hi.
> If I execute a php script with exec
> exec("foo.php"); and foo.php reads the $_GET array (can't change that I must
> work with $_GET), how can I set values to $_GET array?
> Can I do it directly in foo.php?
>
> $_GET['foobar'] = 4;
>
> Or exec(foo.php?foobar=4); ????
> --
> I didn't know sci.bio.paleontology was that low traffic until I tried read
> the thread "Where is everyone?" and found it to be expired.
When I want to know things like this I usually knock up a couple of
simple files and just try it.
[Back to original message]
|