|  | Posted by Jacob Lyles on 07/01/88 11:43 
Ugh, sorry, that code looks ugly. Here's the lines in question oncemore:
 
 
 echo "<input type=\"checkbox\" name=\"/$dir/$file\" /><a
 href=\"/$dir/$file\">$file</a><br />";
 
 
 Again, the link made with \"/$dir/$file\" works fine, taking a user to
 ../directory/file.extention while the name field is getting passed as
 /_/directory//file_extention when I look at it using
 
 foreach ($_POST as $key => $value) {
 echo "$key<br />";
 }
  Navigation: [Reply to this message] |