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)
pass special characters to my database
Moderator: General Moderators
-
marniel647
- Forum Newbie
- Posts: 10
- Joined: Mon Mar 14, 2011 1:14 am
Re: pass special characters to my database
i will read that .. i will post if i have a problem...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)
thanks friend