Posted by Kimmo Laine on 10/10/06 11:23
<laredotornado@zipmail.com> wrote in message
news:1160408690.313328.253560@k70g2000cwa.googlegroups.com...
> Thanks for your reply. The page I want to invoke accesses data from
> $_REQUEST. So I wanted to call the page in this fashion
>
> next_page.php?var1=val1&var2=val2&var3=val3
>
> "includes" don't take query strings, if I remember correctly. Any way
> to invoke the above?
You could use full path:
<?php
include('http://www.your.domain/next_page.php?foo=bar');
exit();
?>
But as other people have already stated, your varables are available in the
included page just as well.
--
"Ohjelmoija on organismi joka muuttaa kofeiinia koodiksi" - lpk
http://outolempi.net/ahdistus/ - Satunnaisesti pδivittyvδ nettisarjis
spam@outolempi.net | rot13(xvzzb@bhgbyrzcv.arg)
Navigation:
[Reply to this message]
|