[insert_php]
$code = $_POST[“code”];

global $wpdb;

$consulta = “SELECT * FROM at_discount WHERE code='{$code}'”;
$resultado = $wpdb->get_results( $consulta );
if($resultado) {
foreach ( $resultado as $fila ):
$discount = $fila->percentage;
$form = $fila->form_eng;
endforeach;
}
else {
echo “

INVALID CODE

To return click here

“;
exit;
}
[/insert_php]

Your discount is for [insert_php] echo $discount; [/insert_php]%


Consultive Testing

88586592

80 Hours / Engineer for: analysis, planning , design and software testing implementation.

Deliverables:

  • Test Plan.
  • Test Designs.
  • Test Report.
  • Diagnostic of Quality process into your company.

Benefits:

  • Mitigating risk of fail software delivery.
  • Gives confidence to those client.
  • Identify maturity level of process software develop.

Oficial value without discounting: USD$5,200.oo

Restrictions:
*Promotional Service is in remote mode from Colombia.
*Presencial mode for promotional services just apply for Colombia, Guatemala and El Salvador.

Send us your information, we will contact you to visit and make effective your discount

[insert_php] echo $form; [/insert_php]