Is the syntax is correct..............i am getting blank page......
$result = mysql_query("SELECT * FROM autoalto_mail where mail_id='$_request[$a]'" );
<?
include('database.php');
$result = mysql_query("SELECT * FROM autoalto_mail where mail_id='$_request[$a]'" );
while($row = mysql_fetch_array($result))
{
echo $row['contents'];
}
mysql_close();
?>