Page 1 of 1
getting a dir name from $_POST[]
Posted: Thu Jan 08, 2004 12:32 am
by SteveO
$dir_name = "$_POST[directory]/"; <--- this is the code
I need it to stop looking for the directory in the file that sent the directory name, how can i do this?
not sure that I got your question
Posted: Thu Jan 08, 2004 2:08 am
by ghost007
but it should be:
$dir_name = $_POST['directory'];
cheers
Siech
Posted: Tue Jan 13, 2004 9:14 pm
by SteveO
Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /home/webkin/public_html/steve/list_func.php on line 5
Posted: Tue Jan 13, 2004 9:18 pm
by SteveO
directory is the name of the value that is being sent to that page.......
Posted: Tue Jan 13, 2004 11:52 pm
by Nay
You might want to show us more code, so we can figure out what 'is' going on.
-Nay