Hai..
I think your PHP script has got timed out, due to complex queries. The default timeout time is 30 sec (Unless u change it). So to solve this issue, you can either increase the timeout time (in the PHP.INI file) or split the queries to be run on two different pages.
Hope this helps. Do let me know whether this solved your problem