Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
When i run this php file it syas that image cannot be displayed because it contains error.plz help me to solve this problem <?php $query=mysql_connect("localhost","root","root"); mysql_select_db("freeze_demo",$query);include('phpgraphlib.php'); $graph = new PHPGraphLib(400,300); $data_array=array(); $query1="SELECT name,age FROM addd WHERE name='pavi' "; $query2 = mysql_query($query1) or die('Query failed: ' . mysql_error()); if ($query2) { …
The End.
pavitraa