Hi All.
I am having a problem displaying results of my page, maybe I think because I've poorly written the code. I have these tables:
1. customers (cust_id, name, address, TIN, price, timestamp)
2. purchases(po_id, cust_id, delivery_address, delivered, receivedby, paid, encoderid, agentid, timestamp)
3. po_content(table_id, po_id, prod_id, ordered, delivered, srp, timestamp)
when generating a query, now that the database have a lot of content inside It's taking a while to display the result on the server and it shows "page cannot be displayed" while querying it from another compu