Adam Bregenzer wrote:

Also perhaps related, when I call $_POST["comment"] in the action file, it gives me "Forbidden You don't have permission to access...[error message]" but this is my own server at home. I'm quite unfamiliar with forms (and new to PHP for that matter).


That looks like an access error from your web server.  Make sure the
directory this file is in is accessible from the web.

No, it's not accessible from the web, it's in my protected php_library outside public_html. Can't I execute a hidden script with a form? Should I make a little php action file in public_html that includes the actual file?


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to