[snip] On Friday 31 May 2002 05:44, you wrote: > I know how to have my php code run a function within itself. But is there a > way that upon an event (clicking a button, etc.), you could run a php > function without having to go to a new page?
No. PHP is a server side application. The only way to run a function or php program is to send a request to the server. When you do that the server sends back a response and your broswer refreshes the page. [/snip] You could put up a borderless IFRAME and refresh the associated file :) Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php