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? Link to comment https://forums.phpfreaks.com/topic/7725-post-extra-string-value/ Share on other sites More sharing options...
moberemk Posted April 18, 2006 Share Posted April 18, 2006 To make it easier on yourself, just put in that /home/dir/ code as the default value in your textbox. Link to comment https://forums.phpfreaks.com/topic/7725-post-extra-string-value/#findComment-28327 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.