php server code
Posted: Sat Nov 09, 2013 5:49 am
Hello everybody,
I am new to this forum and this is my first post
I am having trouble in writing php code for simple server which take a zip file that contains alot of images from type png and the server should do the following:
1. open the zip file
2.read the name of every image in the file
3.send back a text file to the client-server application that contains the names of all pictures in the zip file
I have found many codes but I am a beginner in php coding , I need a guidelines and I would be grateful for any one who could help with that because I am tires of searching in the web and I thoutht this is the perfect place
to post.
thanks in advance
I am new to this forum and this is my first post
I am having trouble in writing php code for simple server which take a zip file that contains alot of images from type png and the server should do the following:
1. open the zip file
2.read the name of every image in the file
3.send back a text file to the client-server application that contains the names of all pictures in the zip file
I have found many codes but I am a beginner in php coding , I need a guidelines and I would be grateful for any one who could help with that because I am tires of searching in the web and I thoutht this is the perfect place
to post.
thanks in advance