will one php script execute before the next is read?
speeding up my site
GerBot
4:14 pm on Dec 15, 2004 (gmt 0)
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)
The PHP scripts will execute in the order they are coded on the page.