i am a real noob in php
i have a php url say http://xxxxxx.php?chat=
if i give zzz at the end of the url like this http://xxxxxx.php?chat=zzz
the output is yyy
i want a script to get the zzz from another script using $_REQUEST
and the final output of the script should be yyy
i tried this but it didnt work
<?php echo http://xxxxxxxxx.php?chat=$_REQUEST; ?>