<ralphdahlgren.com>


 
Navigation
  • Home
  • Code Library
  • Tutorials
    • Templates
    • New parseChunk() Tutorial
    • XMLHttpRequest
    • Complex Active Chunks
  • Ralphs Rants
  • Site Map
  • Login|Logout
 
Credits
 
Valid XHTML 1.1 Valid CSS! Powered By PHP Powered By MySQL
Powered By Etomite
 
 
Other Etomite Sites
dahlgren.slyip.com
n-vent.com
 

Complex Active Chunks

http://www.ralphdahlgren.com/complexActiveChunk.html

Stuff here...

More stuff here...

Data sent via Snippet: ComplexActiveChunk

Snippet: ComplexActiveChunk <?php
$data 
= "<p><b>Data sent via Snippet:</b> {$etomite->getSnippetName()}</p>";

return 
$etomite->parseChunk
(
  
$chunkName = "ComplexActiveChunk", 
  
$chunkArr  = array
               (
                 
'data'=>$data
               
)
);
?>

Chunk: ComplexActiveChunk
<?php global $etomite; ?>
<p><?php echo $etomite->makeUrl($etomite->documentIdentifier); ?></p>
<p>Stuff here... </p>
<?php if(isset($_GET['showme'])): ?>
<p><?php echo $_GET['showme']; ?></p>
<?php endif; ?>
<p>More stuff here...</p>
{data}

Last Updated:  2010-12-13 @ 3:22 PM


Powered by Etomite 1.1 (Prelude).
MySQL: 0.0162 s, 14 request(s), PHP: 0.0479 s, Total: 0.0641 s, document retrieved from database
2012-02-08 08:34 PM