| prov:value
| - i know that the ssetcookies function should be called b4 any tags or other function, then i just do it so. but it display nothing but "setcookie(cuky_info,cuki_data,0,,,0); on the webpage.: : : : Later on, i try the following code:: : ------------------------------------------------: : : : : : <?php: : ob_start();: : : : setcookie(cuky_info,cuki_data,0,,,0);: : : : ob_end_flush()
|