Brian E Boothe wrote:
> so how would i get the Actual file path to the folder into the database,
> i know ill have to use a file selector in asp / php but i wanna select
> the folder not the Files, it would be really great if u could help me
> with these issues,
> i'm not asking u to Code anything for me , just links of examples and
> for helpfull boosts along the way thanks soo very much
>
Couple of good examples FileSystemObject (ASP)
http://www.google.com/search?hl=en&q=asp+fso
ADODB (Activex Data Objects Database - ASP)
http://www.google.com/search?hl=en&q=mysql+adodb+asp
Of course, you'll need the odbc connector...
If you get stuck on specific queries this is the place to ask, all other
issues I would consider:
http://www.google.com/search?hl=en&q=asp+help
I can't say what sites are better on those searches than others. I
usually just Google my issue and try and sort it out myself. When I'm
really stuck I'll post a question to http://www.Tek-Tips.com
You also may want to consider a reading about SQL injection attacks (I
searched on ASP, but php can have the same issue if you're also not
careful):
http://www.google.com/search?hl=en&q=asp+mysql+sql+injection
I hope those few links get you headed in the right direction :-)
--
Thanks,
James