Click here to Skip to main content
15,913,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how i upload image in a specific folder in php using my sql
Posted

1 solution

If you want to upload file in a specific folder its fairly simple. Go to google and search how to upload file using php. and when you upload image file in a specific folder you dont need mysql interaction. but you can store the image name on the database. in this case you should learn how to do mysql connection with PHP.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900