Originally Posted by vineesh Can somebody explain this portion of the script ? Code: setcookie('phpExpertName', $_POST['phpExpertName'], time()+3600); Why phpExpertName and $_POST['phpExpertName'] mentioned together ? That is how cookie is set. First phpExpertName is name of the cookie. $_POST['phpExpertName'] is the data PHP get when user submit HTML form page using POST method.
setcookie('phpExpertName', $_POST['phpExpertName'], time()+3600);
Become PHP Expert in 30 days FreeMarriage.com - Free Online Matrimonial FlashWebHost.com - Professional Web Hosting, Designing.
View Tag Cloud
Forum Rules
Bookmarks