onnan Posted April 18, 2006 Share Posted April 18, 2006 Hi, this must be an easy one...I've made an FTP-admin page in Dreamweaver and php that contains a insert record server behavior which works just fine. But in one of the fields users must enter a directory which always starts with /home/ftp/ and ends with the username like, /home/ftp/user. But I want to make this a bit more simple by adding a default string or whatever you call it (I'm a newbie). So that users only have to enter their home directory and not the hole directory tree.The code for the homedir looks like this now where 'homedir' is a field in my mysql database. GetSQLValueString($_POST['homedir'], "text"));Any ideas? Quote Link to comment https://forums.phpfreaks.com/topic/7726-post-extra-string-value/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.