how to convert javascript array to php array

前端 未结 4 1547
轮回少年
轮回少年 2021-01-07 09:04

here is the code to convert javascript array to php array..... this is done with cookies...

function getCookie(c_name)
{
var i,x,y,ARRcookies=document.cookie         


        
4条回答
  •  -上瘾入骨i
    2021-01-07 09:32

    You Should Post it to another(or current) page to be processed with PHP. If you don't want page to be redirected Use AJAX to send Array to PHP.

提交回复
热议问题