Jump to content

Post extra string value?


Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.