Forum Moderators: coopster

Message Too Old, No Replies

will one php script execute before the next is read?

speeding up my site

         

GerBot

4:14 pm on Dec 15, 2004 (gmt 0)

10+ Year Member



I have a php script that I run in the headers of my webpage.
I need this script to execute before the three others within the body tags do.

My question is:
Will all three of my php scripts run before the first or does my server read the html from top to bottom executing each script when I close the php tags?

volatilegx

5:10 pm on Dec 15, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The PHP scripts will execute in the order they are coded on the page.