Question
PHP, INSERT FILNAME FIELD FROM FORM
I am trying to do a simple insert record into a MySQL
database and for the life of me I cannot get the file field
(<input name="photoNAME" type="file" id="photoNAME" />)
to insert into the database. I have three other fields that do insert correctly the only one that won't go in is that field. I can't even get the form field to echo to the screen.
Anyone have any idea why?
Thanks
(<input name="photoNAME" type="file" id="photoNAME" />)
to insert into the database. I have three other fields that do insert correctly the only one that won't go in is that field. I can't even get the form field to echo to the screen.
Anyone have any idea why?
Thanks
