username from sent argument

3 posts by 2 authors in: Forums > CMS Builder
Last Post: April 9, 2011   (RSS)

Re: [ikanizaj] username from sent argument

By robin - April 7, 2011

Hey Igor,

Any argument that a page receives is automatically placed in the $_REQUEST variable. A line that looks like this should work for you:
<?php if ($userRecord['num'] == $_REQUEST['createdByUserNum']): ?>
Hope that helps,
Robin
Robin
Programmer
interactivetools.com

Re: [robin] username from sent argument

By ikanizaj - April 9, 2011

That is it. Thanks
--
Igor Kani¾aj