could someone clarify the order that php evaluates the statements here?
My problem seems to be that !$this->numbuster()
never gets evaluated regardless the values I pass in.
(that ereg function , i believe needs adjusting too , not sure)
( I want users to be able to user letter and/or numbers but not other than that.
if((ereg("[[:alnum:]]",$in_bound['emp_2']) || empty($in_bound['emp_2']) || $emp_2_size < 7) && !$this ->numbuser($in_bound['emp_2']) ){