hi I was doing something but I can't use JavaScript in it ... i want to get the cookies but without using javascript
Is there is any way to get cookies without using javascript ? i want to get the same output of document.cookie
thx
hi I was doing something but I can't use JavaScript in it ... i want to get the cookies but without using javascript
Is there is any way to get cookies without using javascript ? i want to get the same output of document.cookie
thx
You can't get the same input as in document.cookie, but you can access directly them from $_COOKIE just like macaco said
if you need to set cookie you can do this by using the setcookie() method from php
cheers