Untitled

 avatar
unknown
php
3 years ago
669 B
1
Indexable
$conditions = count( BBDDadapter::executeWithResult("SELECT * FROM font.customers WHERE id = ".$_SESSION["associat"]["id"]." AND sales_conditions = 'true'",true,"brick") );
        $filesSepa = count (BBDDadapter::executeWithResult("SELECT * FROM font.sepa_files WHERE customer_id = ".$_SESSION["associat"]["id"]." AND company_id = '1' AND is_annex = 'false'",true,"brick") );

        if( $conditions == 0 || $filesSepa == 0 ) {
            echo ' <a href="#" id="ficheros" class="form"><img src="img/filesbrick.png" class="img-responsivecat" style="margin: 0 auto;z-index: 10;position: fixed;right: 6%;bottom: 60px;max-width:200px;width:30%" /></a><br /> ';
        }
Editor is loading...