ID:               11634
 Comment by:       hooter007 at netzero dot net
 Reported By:      mbeech13 at columbus dot rr dot com
 Status:           Bogus
 Bug Type:         HTTP related
 Operating System: Win2K Pro SP2
 PHP Version:      4.0.6
 New Comment:

I'm a newbie to PHP, so parden my ignorance in advance...
I keep getting the Error: No Input File Specified when I hit the
"submit button" on my form. Here is the form script - the rest of the
page is in javascript.

    <form action="gdform.php" method="post"    enctype="text/plain"
name="order">
    <P align=center>
    <input type="hidden" name="subject"
    value="Order Forms - form1"><input type="hidden"
    name="recipient" value="[EMAIL PROTECTED]"><input
    type="hidden" name="redirect"
    value="thanku.htm"><input
    type="hidden" name="retailer" value="JOHN HELMS GALLERY"><input
    type="hidden" name="form_action" value="order">


Previous Comments:
------------------------------------------------------------------------

[2001-06-25 09:32:25] [EMAIL PROTECTED]

Not enough information to start searching for possible
cause for this. Submit a new bug report when you can
provide a short script with which this can be reproduced.


------------------------------------------------------------------------

[2001-06-24 22:32:09] mbeech13 at columbus dot rr dot com

the best i can do at the moment is the error log message:
Premature end of script headers: c:/php/php.exe

If i can find the time i will find the script, maybe that will help
some.

------------------------------------------------------------------------

[2001-06-23 18:45:44] [EMAIL PROTECTED]

Please include a shortest but complete script you can
reproduce the error with into this bug report.



------------------------------------------------------------------------

[2001-06-23 18:29:10] mbeech13 at columbus dot rr dot com

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 this bug report at http://bugs.php.net/?id=11634&edit=1

Reply via email to