PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a function that gets called in the middle of my html document. This works fine... my problem is that the function gets called before the page is even done loading. so basically the page is blank until the function is finished doing its thing.
Thanks for the reply; how would i go about doing that when the function is performing before the page's contents are loaded? If it means anything (probably not), the html code is not being echo'd by php, it is all by itself at the bottom of the page, with the function call.