how to $_REQUEST[''string'$var'];
Posted: Tue Jun 10, 2008 6:50 am
Hello all,
here i m getting parameter string and a concatinated numerical value dynamically
/******$_REQUEST[''Author'.$a'];
pls help the syntax of it.
<html>
<head>
<title>Response</title>
</head>
<body>
Ur favourite author is
<?php
$a = 1;
$Author = $_REQUEST[''Author'.$a'];
echo $Author;
?>
</body>
</html>
here i m getting parameter string and a concatinated numerical value dynamically
/******$_REQUEST[''Author'.$a'];
pls help the syntax of it.
<html>
<head>
<title>Response</title>
</head>
<body>
Ur favourite author is
<?php
$a = 1;
$Author = $_REQUEST[''Author'.$a'];
echo $Author;
?>
</body>
</html>