pass special characters to my database

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: pass special characters to my database

Post 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)
marniel647
Forum Newbie
Posts: 10
Joined: Mon Mar 14, 2011 1:14 am

Re: pass special characters to my database

Post 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
Post Reply