douyi6755 2013-07-18 22:58
浏览 132
已采纳

无法在嵌入式脚本中设置cookie

I am fairly new to PHP and am trying to embed a php script into a frame (Web Presence Builder / Parallels) which sets 2 cookies for a webpage. I am using the following code to set the cookies.

$hour = time() + 3600; 
setcookie("Cookie1", $_POST['username'], $hour, '.mydomain.com'); 
setcookie("Cookie2", $_POST['pass'], $hour, $hour, '.mydomain.com');

The cookies are not set, however, when I run the same script on a blank page (same server, no html or css), the cookies are set. I have read the documentation where it states

Like other headers, cookies must be sent before any output from your script...

Is there a way to insert the script in order for the cookies to be set?

Thanks.

  • 写回答

2条回答 默认 最新

  • dt97868 2013-07-18 23:28
    关注

    Put

    <?php
    $hour = time() + 3600; 
    setcookie("Cookie1", $_POST['username'], $hour, '.mydomain.com'); 
    setcookie("Cookie2", $_POST['pass'], $hour, $hour, '.mydomain.com');
    

    at the very top of your file. Putting that right at the top won't affect where any text inputs on your page are, as that code isn't outputting any input fields.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 安装svn网络有问题怎么办
  • ¥15 Python爬取指定微博话题下的内容,保存为txt
  • ¥15 vue2登录调用后端接口如何实现
  • ¥65 永磁型步进电机PID算法
  • ¥15 sqlite 附加(attach database)加密数据库时,返回26是什么原因呢?
  • ¥88 找成都本地经验丰富懂小程序开发的技术大咖
  • ¥15 如何处理复杂数据表格的除法运算
  • ¥15 如何用stc8h1k08的片子做485数据透传的功能?(关键词-串口)
  • ¥15 有兄弟姐妹会用word插图功能制作类似citespace的图片吗?
  • ¥15 latex怎么处理论文引理引用参考文献