php - Upload XML file and pass into array stored in cookie -
i've seen snippets of code on how create associative array xml file, i'm unsure on how have system user can upload own xml file, , creates associative array uploaded file , stores array inside of cookie.
any appreciated.
does have associative array? otherwise check out simplexml_load_file($filename)
Comments
Post a Comment