|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2001-06-23 18:45 UTC] sniper@php.net
  [2001-06-24 22:32 UTC] mbeech13 at columbus dot rr dot com
  [2001-06-25 09:32 UTC] sniper@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 08:00:01 2025 UTC | 
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?