Embedding Pliant-powered Content Server-Side

The following pliant app is embedded on the server side:

Here is the source code to embed on the server side:

<script>
<?php
print(file_get_contents(
  "http://www.pliantcode.com/embed_demo.html?pliant_inline"));
?>
</script>
  

Lets embed www.pliantcode.com/embed_demo.html four times:

server side inline
server side inline

For more information see embedding.html