Drupal Print Variables


/ Published in: PHP
Save to your folder(s)

Used to print the variables on a given page. in drupal 6.


Copy this code and paste it in your HTML
  1. <?php
  2. echo '<pre>';
  3. echo '</pre>';
  4. ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.