Not all of my site generates until the php code executes.

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!

Moderator: General Moderators

Post Reply
03barbosd
Forum Newbie
Posts: 5
Joined: Sat Feb 11, 2006 4:32 pm

Not all of my site generates until the php code executes.

Post by 03barbosd »

Look at my site: http://www.filethatfile.com

You may notice that the banner at the bottom doesnt generate until the php code has been initiated.

How can I generate the html first, but still keep the place where the echo function prints?

Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

what banner?
03barbosd
Forum Newbie
Posts: 5
Joined: Sat Feb 11, 2006 4:32 pm

exactly

Post by 03barbosd »

feyd wrote:what banner?
Exactly, what banner? Try hitting the "upload media" button, the banner appears, shazam! How can the banner be generated even if the php code lies before it?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

maybe you should post some code.
Post Reply