"Robert Cummings" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Here is an example of a layout template:
>
> -----------------------------------------------------------------------------
> <jinn:prepend/>
> <html>
>
> <head>
>  <title><jinn:pageTitle/></title>
>
>  <style type="text/css">
>  <!--
>    <jinn:template path="css/main.template"/>
>  -->
>  </style>
>
>  <jinn:accumulatorFlush name="javaScriptTags"/>
>  <jinn:accumulatorFlush name="javaScriptTags" dynamic="true"/>
>
>  // -->
>  </script>
>
> </head>

I'm curious ... how do you generally handle forms and urls?  What if the 
programmer wants to add a link, something like:
<a href="page.php?op=View&id=1234">View my info</a>

How is the data (op=View&id=1234) separated from the formatting?

Thanks
DanB

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to