$ip_address
$ip_address : string
IP address of the current user
Input Class
Pre-processes global input data for security
set_cookie( $name = '', $value = '', $expire = '', $domain = '', $path = '/', $prefix = '', $secure = FALSE) : void
Set cookie
Accepts six parameter, or you can submit an associative array in the first parameter containing all the values.
| $name | ||
| $value | ||
| $expire | ||
| $domain | ||
| $path | ||
| $prefix | ||
| $secure |