I have a file config.php and it includes ~define('ftp-server','server name');
Define('ftp-user','username');
Define('ftp-pass','password');~
My application supports the use of plugins which can be hooked to admin The problem is that in a plugin file for example, if i use ~ $msg=ftp-pass.' is the password'; mail('email@email','subjet',$msg); ~ the email will be sent along with the password... Still a quack in php..pls help... #am sorry i dont know how to format questions on phpbuilder.. Thanks