Page 2 of 2

Re: pass special characters to my database

Posted: Mon Mar 14, 2011 10:22 am
by Darhazer
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)

Re: pass special characters to my database

Posted: Mon Mar 14, 2011 10:44 am
by marniel647
Darhazer wrote: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)
i will read that .. i will post if i have a problem...
thanks friend