'' ? $X=$_POST['CX'] : $X=-.75;
$_POST['CY']<>'' ? $Y=$_POST['CY'] : $Y=0;
$_POST['zoom']<>'' ? $zooms=$_POST['zoom'] : $zooms=300;
//header( 'refresh:0 url=http://www.mairs.net/mmairs/mandel/mandel_c.php');
exec ('c/a.out'.' "'.$X.'" "'.$Y.'" '.$zooms);
}
?>
Mandelbrot Set in the Key of C