basic string problem trying to get around it
Posted: Fri Apr 17, 2009 12:58 pm
so I'm trying to make a directory according to a value captured from a form. here is my original code:
$myfolder="/Members/$lname/gen1";
$mkdir($myfolder);
where $lname is the value from the form. it says function name must be a string on the line of the $mkdir function is called what am i doing wrong can I do this?
$myfolder="/Members/$lname/gen1";
$mkdir($myfolder);
where $lname is the value from the form. it says function name must be a string on the line of the $mkdir function is called what am i doing wrong can I do this?