Posted by Johnny on 10/03/06 19:55
"livefreeordie" <jpittman2@gmail.com> wrote in message
news:1159900665.186551.50290@c28g2000cwb.googlegroups.com...
> Hi,
>
> I'm part of a 5-person team that develops websites for our company. I
> need to use the ftp_* functions to find some files on another file
> server. I need to authenticate to the file server using my username &
> password but I don't want to have it right there in the script in plain
> text.
>
> Any suggestions?
>
if you are trying to hide from your team members then best to take input
from a form and feed those to your script
making an include to another file with the passwords etc won't help if the
perople you are hiding this info from have access to the same directories.
Navigation:
[Reply to this message]
|