<html><head><title>Calling the Built in abs() Function</title></head><body><?php$num = -321;$newnum = abs( $num );print $newnum;?></body></html>