prepare('SELECT * FROM events order by date desc limit 15'); $stmt_news1->execute(); ?>

news & events


fetch()) { $description=strlen($row_news['description']); if($description>150){ $description=substr($row_news['description'],3,150); $description=$description."...";} else{$description=$row_news['description'];} $title=strlen($row_news['title']); if($title>50){ $title=substr($row_news['title'],0,50); $title=$title."...";} else{$title=$row_news['title'];} $description2=strlen($row_news['description']); if($description2>110){ $description2=substr($row_news['description'],3,110); $description2=$description2."...";} else{$description2=$row_news['description'];} $title2=strlen($row_news['title']); if($title2>50){ $title2=substr($row_news['title'],0,50); $title2=$title2."...";} else{$title2=$row_news['title'];} ?>

1 January 1970

getMessage(); } ?>
prepare('SELECT * FROM site_content WHERE id = :id'); $stmt_triarchy->execute(array('id' => 1)); $row_triarchy = $stmt_triarchy->fetch(); ?>

the triarchy of forethoughtPR's success

knowledge innovation exploration

getMessage(); } ?>
prepare('SELECT * FROM site_content WHERE id = :id'); $stmt_vission->execute(array('id' => 2)); $row_vission = $stmt_vission->fetch(); ?>


getMessage(); } ?>
 
prepare('SELECT * FROM site_content WHERE id = :id'); $stmt_mision->execute(array('id' => 3)); $row_mision = $stmt_mision->fetch(); ?>


getMessage(); } ?>
prepare('SELECT * FROM site_content WHERE id = :id'); $stmt_philosophy->execute(array('id' => 4)); $row_philosophy = $stmt_philosophy->fetch(); ?>


getMessage(); } ?>
prepare('SELECT * FROM site_content WHERE id = :id'); $stmt_challenge->execute(array('id' => 5)); $row_challenge = $stmt_challenge->fetch(); ?>


getMessage(); } ?>
prepare('SELECT * FROM site_content WHERE id = :id'); $stmt_what->execute(array('id' => 6)); $row_what = $stmt_what->fetch(); ?>


getMessage(); } ?>
 
prepare('SELECT * FROM site_content WHERE id = :id'); $stmt_why->execute(array('id' => 7)); $row_why = $stmt_why->fetch(); ?>


getMessage(); } ?>
prepare('SELECT * FROM client_type order by id asc'); $stmt_client->execute(); ?>

our clients


fetch()) { $stmt_clients = $db->prepare('SELECT name FROM clients WHERE type = :cid'); $stmt_clients->execute(array(':cid' => $row_client['id'])); $clients=''; while($row_clients = $stmt_clients->fetch()){$clients.=$row_clients['name'].'
';} ?>
getMessage(); } ?>

our board of directors


    prepare('SELECT * FROM members where type=1 order by id asc'); $stmt_peopledi->execute(); while($row_peopledi = $stmt_peopledi->fetch()) { $location_img=str_replace("..","",$row_peopledi['image']); ?>


  • getMessage(); } ?>
prepare('SELECT * FROM members where type=0 order by id asc'); $stmt_people1->execute(); $data=array(); while($row_people = $stmt_people1->fetch()) { $location_img=str_replace("..","",$row_people['image']); ?> getMessage(); } ?>
prepare('SELECT * FROM events order by id desc'); $stmt_news1->execute(); while($row_news = $stmt_news1->fetch()) { $location_img=str_replace("..","",$row_news['image']); ?> getMessage(); } ?>