From: [EMAIL PROTECTED]
Operating system: Win2K Pro SP2
PHP version: 4.0.6
PHP Bug Type: Unknown/Other Function
Bug description: Submit error
Whenever someone tries to submit to my site they get the
error "No input file specified"
I think it may have something to do with this code here:
case "post":
postNews($userinfo["user_id"],
$HTTP_POST_VARS["topic"], $HTTP_POST_VARS["section"],
$HTTP_POST_VARS["title"], $HTTP_POST_VARS["department"],
$HTTP_POST_VARS["text"], $HTTP_POST_VARS["text2"],
$HTTP_POST_VARS["format"], 1);
printHeader("$site_title - Submission Posted")
But i am not sure.
Anyone know what I might be able to do?
--
Edit Bug report at: http://bugs.php.net/?id=11634&edit=1
--
PHP Development 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]