/ Published in: PHP
![](/img/icon_sav.png?v3)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php require 'includes/bootstrap.inc'; drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); global $mypost, $form_post_key; $mypost['edit']['type'] = 'story'; // not needed? $mypost['edit']['body'] = 'viva druplicon'; $form_post_key = 'mypost'; print theme('page', $output);
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)