When I click on submit button for date from xx to x it redirects me here:
Code: Select all
filehost.xx/my_reports.html?op=reports&date1=2013-xx-xx&date2=2013-xx-xx
and it doesn't work.
If I paste this manually into browser:
Code: Select all
filehost.xx/?op=reports&date1=2013-xx-xx&date2=2013-xx-xx
It works.
How can I fix this?
Thanks.