Re: pass special characters to my database
Posted: Mon Mar 14, 2011 10:22 am
First read about Handling file uploads
The rest is easy. The same way you pass the $_POST variables to the database, you will pass the filepath variable (and the path is used in the move_uploaded_file() so you will find this in the examples in the manual)
The rest is easy. The same way you pass the $_POST variables to the database, you will pass the filepath variable (and the path is used in the move_uploaded_file() so you will find this in the examples in the manual)