$checklist=$_POST['check_list'];
$checklist is the array.
I have to pass to the another page using query string
Is this the correct way to pass the array
<img src='graph.php?$checklist'></img>
Doesnot work.
Please help me how to pass the query string and how to get the data in another page