Hello there.
I was wondering if anyone here could help me out of this problem :)?
So how do you retrieve a cookie?
I have try this :
-----------------
(Cookie value = Computer and name user )
This is my what is inside my php
$myhyperlink=www.google.com/
$linktosite=$myhyperlink 'search='.$_COOKIE["user"];
header('location:'.$linktosite);
------------------------
So is $_COOKIE["user"] right to retrive a cookie?
So when i test it, my link will only open like this :
and no cookie..
What it should be :
www.google.com/search=computer.
remmeber this is an example.
Anyway i would really appericate if someone could help me out ;)