Search found 1 match
- Wed Jun 30, 2010 8:45 am
- Forum: PHP - Code
- Topic: cookies problem
- Replies: 1
- Views: 129
cookies problem
ok, I don't really understand what's going on whit this... i'm making this site where user may log in. when he log in, php code set the cookies and redirect user on his account. account page (account.php) recognizes him with this code: <?php include "conn.php"; if(isset($_COOKIE['ID_my_sit...