Jump to content

query string


rashmi_k28

Recommended Posts

$checklist=serialize($_GET['check_list']);

echo "<img src=\"./linegraph.php?v1=".$checklist."&start=$start_dt&end=$end_dt\">";

 

 

When I call in linegraph.php as

 

$ckecklist=$_GET['v1'];

$param=unserialize($ckecklist);

 

Please can you help me what is wrong in the

Code:

 

echo "<img src=\"./linegraph.php?v1=".$checklist."&start=$start_dt&end=$end_dt\">";

 

The image is not displayed when passing a query string.

Link to comment
https://forums.phpfreaks.com/topic/132391-query-string/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.