How to set cookies in PHP?
How to set cookies in PHP? give me simple example
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anu PriyaPosted Nov 22, 2014, 6:19 AM
setcookie(name,value,expire,path,domain,secure)
It sends TRUE on success, FALSE in case of failure