moldboy 0 Report post Posted July 6, 2005 The way I understand PHP is that it is simmilar to html in taht it works from the top down. But lets say that I wanted to display a bunch of information and creat a result based on this information, and then once I was done generating this information and building that page I wanted to put the total neer the top of the page say in the title, if there a way I could skip the building of the title code and then once the rest of the page was built have it go an then build the title and display that information on the page? Something like this1 Goto 32 build the title3 compute the document4 calculate the vars5 goto 2P.S I didn't code tag that because it isn't technicaly code. Share this post Link to post Share on other sites
palladin 0 Report post Posted July 6, 2005 and you can't first generata variables next build page ? You way can be use only when you need to get data from user, but in this way you load page with data request next reload page with data sending by user ?Realy can't see why you need goto function. Meybe if you say somthing more. Share this post Link to post Share on other sites