Hello everybody, i really need your help:i have installed easphp on my laptop (apache, php, mysql).
I'm developping a db for mobile app (an online market)
I need to add a field that ling an external file staying in a dir on my file system (caause now i'm working in locale).
I found some tutoril explaininh how upload files into the db using the Blob type and MIMe........but i would like my file staying in a folder and on the db have only some fields like, title, description, size, extension........and one field pointing to the file(the application .zip or some images .jpg in case i need some previews). I didn't find how to do that.
I don't have yet a php interfaace so i'm working only through phpmyadmin
1)What kind of type field should i use?Varchar, text........
2)Where should i store my file? In a generic folder c:\file or somewhere specific (inside apache folder or whatelse)
3)What shoul i insert in the field when i create a record with myphpmyadmin: the path? c:\bla bla bla
4)Do i need other fields to menage the file like the mime type or something else?
If you caan explain me or there are some useful link......
Tnx a lot