I am using php to display 2 folders contents in a dual pane form. Folder A and Folder B. I generate checkboxes next to each file, and want to use a submit button to change what folder the file appears in. i.e. Move File 4 into Folder A from File B by checking the box and hitting the Move to Folder A button. here is what I have so far.[PHP]<html>
<head>
</head>
<body>
<form id="file_mover" >...