| 
<?php
 /**
 * @author
 * @copyright 2008
 * @data 24/5/2008
 */
 
 define("HOST","localhost");
 define("USER","root");
 define("PASS","");
 define("BANCO","cedaspy_prof");
 
 define("QTD",2);
 
 define("pOK","ok.html");
 define("pERRO","erro.html");
 
 define("jVOLTAR","javascript:window.history.go(-1);");
 define("jFECHAR","javascript:window.close();");
 
 ?>
 |