Wil wrote:
The following code is attempting to compare the salary to the four other pre-defined variables with if and else statements. So the final output should result in 4 different statements.
[snip]
if ($salary < maximum1); {

Take out the semi-colon in the above line and others like it.

--

---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to