It is important to make sure PHP is working on your webserver. What output are you getting? Here is an example which should work: 1. first.php <form method="post" action="second.php"> <input type="text" name="field1" /> <input type="submit" value="Send data" /> </form> 2. second.php <?PHP // print variables from POST scope. print_r($_POST); ?> Good luck :)
The only real way to do it without copying them to the UNIX machine is to have them hosted on a webserver on the windows machine, and then directly reference their URLs in the image tags on the unix webserver.