Hi Guys
First of all i would like to state that i am new in php so my question might appear stupid for the geeks here.
I want to create an image downloader in php , that is i need a textbox and a submit button.
The user enter each url on 1 line in textbox(he can enter 30 links maximum).Then after he/she click on submit , the script takes each url , downloads it to my server and then output link
Can anyone of you write a small source code for me:)
Also suggest me how do i do validation for url so that people don't transload unwanted files.I know how to do validation when uploading from computer put for url i am clueless....