Get total number of uploads
2 posts by 2 authors in: Forums > CMS Builder
Last Post: January 25, 2011 (RSS)
By concrete - January 25, 2011
I'm looking for a way to get the amount of upload records for a specific record.
Re: [concrete] Get total number of uploads
By Jason - January 25, 2011
Hi,
You can use the php count() function to get this number.
example:
Hope this helps
You can use the php count() function to get this number.
example:
Number of Uploads: <?php echo count($record['uploads']);?>
Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/