I have a fairly large .php page that is 99% html with two teeny tiny
snippets of PHP: one near the beginnning of the page, the other near the
end. Is there an easy way to get the second script to execute first? Both
scripts echo small bits of html, so they have to stay where they are within
the context of the page.
Thoughts?
--
Alexander Ross
alexross@bleen. net
snippets of PHP: one near the beginnning of the page, the other near the
end. Is there an easy way to get the second script to execute first? Both
scripts echo small bits of html, so they have to stay where they are within
the context of the page.
Thoughts?
--
Alexander Ross
alexross@bleen. net
Comment