Forum Moderators: coopster
I am looking for a way of exiting from my current PHP braces, and jumping back in further down the page.
There's loads of html in between the two PHP sections, and exit; obviously won't work.
Cheers,
asp
switch($x) { default: // current PHP braces, ie. your code break; // if you want to leave this block }
Andreas
function call2(){ ?>functions.<BR> <BR> This would be the easiest way.<BR><? }
function call3(){ echo "put your html in "; }
call1(); call3(); call2();