We Recommend

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.


Posted By

JuliaKM on 09/12/07


Tagged

drupal views


Versions (?)


Who likes this?

3 people have marked this snippet as a favorite

basicmagic
vali29
kellyharding


Print View


Published in: PHP 


  1. <?php
  2.  
  3. $view = views_get_view('view_name');
  4. print views_build_view('embed', $view);
  5. ?>

Report this snippet 

You need to login to post a comment.