[PHP] Run php function with user click

2002-05-31 Thread Dave Shacket
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? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Go to a different web page?

2002-05-31 Thread Dave Shacket
I have stared at fopen for a long time but can't figure out how to get php to pull in a new web page. I am looking for something akin to javascript window.location command, just as if I typed a new page into my address bar. What am I missing? -- PHP General Mailing List (http://www.php.net/)