Posted by Toby A Inkster on 02/14/07 12:44
Gunnar G wrote:
> 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?
Are you sure exec() is really what you want? include() sounds more
appropriate.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux
* = I'm getting there!
Navigation:
[Reply to this message]
|