I have a php script that brings in a search box (and results) from an external website... a problem arises when the external website is down for maintenance and my website takes 'forever' to load while it is waiting for the php script... (which won't run) is there a 'defer' equivalent for php so that the page will at least load without the search box php query
Any suggestions on how to resolve this?