+ 18
In php, how to use cookie and get the value of cookie in same program?.
<?php set cookie(); isset($_COOKIE[]); echo $_COOKIE[]; ?> Give the example...
2 Respuestas
+ 12
thanks for answer.. I will work out this!..
+ 2
try by adding js
<script>alert(document.cookie)</script>