Your IP : 10.1.73.149


Current Path : /home/bolconlineco/public_html/aaaaaa/demo/coordinator/
Upload File :
Current File : /home/bolconlineco/public_html/aaaaaa/demo/coordinator/functions.php

<?php
function findAllEmailTemplate()
{
    $email_template_sql = "SELECT * FROM email_templates WHERE status=1";
    $email_template_result = mysql_query($email_template_sql);
    if (!$email_template_result) {
        die(mysql_error());
    }
    return $email_template_result;
}