hi i need help storing an image url in mysql....
i am trying to create an upload page for my client in php dreamweaver 8 to store the info on newly added cat. products in a mysql db
i can get all the info into the inventory table on the server ... but how do i get the image uploaded to the server (to an image folder) through this page/form.... and get the image url stored in the db, so i can create records set...
any pointers would be great or a tuturiol would be better....
thanks in advance....
storing image url in mysql
Moderator: General Moderators
- shiznatix
- DevNet Master
- Posts: 2745
- Joined: Tue Dec 28, 2004 5:57 pm
- Location: Tallinn, Estonia
- Contact:
http://ee2.php.net/features.file-upload - for the file upload
http://ee2.php.net/manual/fi/ref.mysql.php - for the mysql functions
fyi, dreamweaver is not a good thing to use for coding in php, expecially if it is writing your php for you. don't-use-dreamweaver
http://ee2.php.net/manual/fi/ref.mysql.php - for the mysql functions
fyi, dreamweaver is not a good thing to use for coding in php, expecially if it is writing your php for you. don't-use-dreamweaver
hi cheers for that
what program would you advise to use to write php..