Not only that, but Bob, PHP is a *server-side* language. That means that
all computing is done on the server before ever even being sent to the
user. You can't call PHP on the fly -- it's done when the user requests
the file, and then the resulting HTML is what the user gets. On the other
h
Wouldn't it be simpler to have your PHP function in a discrete script file
and call:
ignatius
-Original Message-
From: Bob Sears [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 10 May 2001 10:45
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] HTML/PHP/Javascript
Put on your thinking caps.
I ne