Check if "whereRecordNumberInUrl" is set or not

3 posts by 2 authors in: Forums > CMS Builder
Last Post: October 23, 2008   (RSS)

Re: [aev] Check if "whereRecordNumberInUrl" is set or not

By Dave - October 22, 2008

Yes, there's a function called getNumberFromEndOfUrl() that is actually called by whereRecordNumberInUrl(). Try this:

<?php if (!getNumberFromEndOfUrl()): ?>

or

<?
$num = getNumberFromEndOfUrl();
if (!$num):
?>

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Check if "whereRecordNumberInUrl" is set or not

By aev - October 23, 2008

Hi Dave,

yes it does.

Thank you very much!

-aev-