Link to home
Start Free TrialLog in
Avatar of acidburn2003
acidburn2003

asked on

PHP upload

Hi.

 I am a beginner to PHP. I use Dreamweaver for creating pages.  My question is:


  Is there an extension to use it with DreamWeaver ( free ) for upload and insert into mysql db ?

  I have a few text fields and i want to upload 2 photo's .  In mysql db will send only the path of uploaded picture. The picture will be uploaded into a site director.

  Any ideea ? Advice ? Thx
ASKER CERTIFIED SOLUTION
Avatar of dr_dedo
dr_dedo
Flag of Egypt image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I usually just have the auto ID and the filename in teh dbase.
then have a UPLOAD dir, and rename the file as the auto field...

so you end up with a dir with files:

1
2
3
4
5
6
7
8

and you link the Number with the filename.
:)