Jump to content

What does setcookie do in My function??


ramu_rp2005

Recommended Posts

hi guys,
i've a function:

[code]if ( isset ($LocationID) )
{
    
ob_start();
    
setcookie("HostLocationID",$LocationID);
    ob_end_flush();
    //echo "===$LocationID====";


}[/code]


Now, wht does this setcookie function do over here.does it pass any value to another form.


Link to comment
https://forums.phpfreaks.com/topic/5137-what-does-setcookie-do-in-my-function/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.