Hey,
I have options in a mysql database, and each option has a number assigned to it which i need to use as a limit for image uploading.
if ( ($totalRows_getimagetotal >= $uploadlimit) ) {
there are 6 options in the table.
1-2 allows 5 uploads
3-4 allows 10
and 5-6 allows 15 uploads.
how do i insert the limit number as the $uploadlimit?
the variable name used for the member options is $row_getimagelimit['membership_type']
Thanks In Advance
Danny