Redirect URL

2 posts by 2 authors in: Forums > CMS Builder
Last Post: November 3, 2015   (RSS)

By gkornbluth - October 30, 2015

Not sure what you're looking for, but if you want to redirect if no records are found you could try something like: (untested)

 <?php if (!$festival_archive_2014Records): ?>
<?php redirectBrowserToURL("http://www.yoursite.com/your_page.php");
exit; ?>
 <?php endif ?>

Jerry Kornbluth

The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php