I have variables in php for example:
$article_id;
$article_title;
$article_description;
$news_id;
$news_headline;
$news_description;
I want to save all these variables in one cookie.
Thankyou.
2006-07-23
02:53:48
·
3 answers
·
asked by
Manish
5
in
Computers & Internet
➔ Programming & Design
well, the cookies won'tbe that fat, because the whole news or article is not saved in the cookie, only a few characters to display in the table and when user clicks on <> link, can view full news and/or article which is read from the DB.
2006-07-23
05:02:11 ·
update #1