Hi guyes,
I created a drop down list of monts name month.php page & action in order.php page. I m selecting a month name & retriving some data from table in order.php page month wise:
$q ="SELECT * FROM order WHERE MONTH = $month";
.............................
Now I put a link in the order.php page named "print"-is linked with print.php. I m trying to retrive same data in this page for printing purpose (using - window.print() function). but in print.php page, only retriving the table headers, but no values are retriving montwise. I think no month values are passing in the print.php page. So,How can I got those data month wise?
I m totally stuck...😕
Pleaes help