PHP with IFRAME..pls help me its URGENT
Hi,
Can someone pls tell me that how to show mysql query results in iframe.
$query="select * from student";
$result=mysql_query($query);
I want to show the results of the query in iframe just like in excel .I am using
<iframe src="<? while($data=mysql_fetch_array($result)
{echo $data[name];}"></iframe>
but it giving NO Permission error
The query is working fine but not in iframe.
Pls. help me SOON
Thanx in advance
RAAJ
|