passing information via REQUEST
- From: weetat.yeo@xxxxxxxxx
- Date: 14 Aug 2006 18:26:36 -0700
Hi all ,
I have question regarding PHP . In Java , we can pass information
via REQUEST HTTP using
request.setAttributte() function .
However in PHP , i have tried using $_REQUEST['object'] , the
information is not pass, below is example code:
<?php
$_REQUEST['NAME'] = PHP;
location('../forward.php');
?>
Anyone have any ideas or suggestions what is happening ?
Thanks
.
- Follow-Ups:
- Re: passing information via REQUEST
- From: m2m tech
- Re: passing information via REQUEST
- From: Mumia W.
- Re: passing information via REQUEST
- Prev by Date: Re: cgi.php
- Next by Date: Random Design Question
- Previous by thread: email attachment problem
- Next by thread: Re: passing information via REQUEST
- Index(es):