|
Posted by Gunnar G on 02/14/07 08:48
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.
Navigation:
[Reply to this message]
|