Hi John,
The essential difference between PHP and JavaScript is that PHP is
server-side and JavaScript client side. What this means is that when a
user requests a PHP page, all the functions, commands etc are run on the
server and then sent to the users machine, where as with JS the code is
effec
Hello Miller!
John Miller wrote:
> I know that this is off the subject,
yes, it is.
> but I am hoping that some would be
> kind enough to tell me what I would like to know. In java script there is
> an alert "command" that will cause a message box to popup. Is there a way
> to do