+ 1
What's the difference between $_cookies['name']='value' and setcookies
In cookies we can declare values by two methods $_cookies['name']='value' and setcookies() is there any difference and usage for above mentioned?
1 Antwort
In cookies we can declare values by two methods $_cookies['name']='value' and setcookies() is there any difference and usage for above mentioned?