Jump to content

onnan

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

onnan's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 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?
  2. 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?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.