kl_php: how to pass through several pages? - Joomla! Forum - community, help and support


hi,

i'm working on web application users pass trough several pages.  in each page, particular layout called including mixture of php , html code.  each page passes variables following page (using html post variables).  far, application working stand-alone, though include joomla.  if possible, i'd include of in 1 single content item (static page)  original code looks like:

if (!isset($_post["record"])&&!isset($_post["analyse"])) {
?>






} elseif (isset($_post["record"])) {
?>






} elseif (isset ($_post["analyse"])) {
?>


analyse , finish...

}
?>

before copy-pasting static page, redirect should replaced link right joomla content node. though, using {kl_php} mambot, piece of code doesn't work.  (appearantly, because it's not included in 1 single {kl_php} block).  there easy way realize this, or have 'echo' html code? (there more html, several pages include javascripts)

thanks in advance.
regards,

matthias






Comments