"No input file specified"

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
balamberas
Forum Newbie
Posts: 10
Joined: Fri Mar 06, 2009 12:36 pm

"No input file specified"

Post by balamberas »

Hi,

I get this msg "No input file specified". when i try to insert data with an html form into MySQL database

1, a html form(post_an_ad.html)
2, validate the form, show the user what the've inserted(handle_form.php)
3, then the submition part. (this is were it fails)(submit_form.php)

I get "No input file specified" when i'm using Windows Server 2003 but when i changed that to linux i get no msg at all, a blank page, and nothing is inserted into the database?

pls, can someone help, ive had this problem for a while now.
Post Reply