![]() Eco-$mart Quotes Delete this Quote? | |
mysql_select_db('ecosmar_inv', $dbcnx);
$getquotes=mysql_query("SELECT PO,started,due,Project FROM quotes WHERE usrn='$usrn' and ID='$QID'");
if(!$getquotes){
echo("Problem verifying Quote Info. Error: ". mysql_error());
}else{
$row=mysql_fetch_array($getquotes);
$PO=$row[0];
$start=$row[1];
$chunk_st = chunk_split($start, 2, ':');
$chunk_arrs = explode(":", $chunk_st);
$starts = $chunk_arrs[2].'/'.$chunk_arrs[3].'/'.$chunk_arrs[0].$chunk_arrs[1];
$due=$row[2];
$Project=$row[3];
}//gotquote
echo("Quote $QID : Started for $greet on $starts "); if($PO!=""){ echo("PO: $PO "); } if($due!=""){ echo("Due: $due "); } if($Project!=""){ echo("Project: $Project "); } echo(" | |
" . " | "); ?> |
©2010 Eco-$mart, Inc. |