Dave,

Javascript is client side.
PHP is server side.

Obviously the limitations imposed by each of the languages is evident.
PHP can't do anything once the output is sent to the browser.
JavaScript can't do anything before it gets sent to the browser.

But, each is important as the other.

Learn to use both (its not that hard) and it will make life a lot easier
(and more interesting).

Adam



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

Reply via email to