I have one url,from there I am passing one parameter two values,Now my question is,I want take the values push in to array how can do this?
MY URL
http://localhost/TransitoakAdmin/licenseUpload.php?uploadfile=file1.docx&file2.pdf
I want make like this
$fileNames=array('files/file1.docx','files/file2.pdf');