<?php
$query= mysql_query("SELECT * FROM study_material,fourthyear_firstsemester where id='1'"

;
header('Content-Description: File Transfer') ;
header("Content-type: application/pdf"

;
header('Content-disposition:inline; filename="'.$query.'"');
@read($query);
echo $query;
?>
i use above code to read from table.i named the above table as read.php.when i'm executing above file loading appears in left bottom in chrome.but nothing loads.please help.thank you.
Edited 1 time(s). Last edit at 02/10/2014 11:11AM by jalasagar.