Posted by Gordon Burditt on 10/11/62 11:27
> Is there a way through PHP to open up a new window in PHP and run
>another program in it as you would in
>Javascript? Is there a way to call a Javascript function from within a
>PHP script?
PHP runs on the server. Javascript runs on the client.
PHP can write HTML and Javascript that will be run on the client,
however, and that's probably how you accomplish what you want.
Gordon L. Burditt
[Back to original message]
|