I am using IIS5/win2k/php4 and any php page, even "hello world" won't stop
running. Any ideas?
Also, I need to find out how to call a function from a submit onClick event.
My script looks like <?php
function displayMe () {
...
}
?>
and call to function is: <input type="submit" name="Submit" value="Submit"
onClick="displayMe()">
Thanks,
Andrew
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]