douye2111 2012-07-07 00:50
浏览 16
已采纳

PHP - 在页面加载上执行PHP脚本? [关闭]

I want PHP script which counts how many times an item has been bought, increasing the counter by one every time the PHP script (of the purchase) has been executed, and showing it in the page database.

Let's say, when the user is redirected back to the site via Paypal they load the page thankyou.php which on load, increases the database value (of the counter) in a table by one.

I couldn't find any examples so I'm hoping you kind guys here could help me out.

  • 写回答

2条回答 默认 最新

  • drwn65609 2012-07-07 00:54
    关注

    php is server side language that is executed on sever side before the page loads. in your case you have to make ajax call to trigger the php code.

    Update: mysql_query("UPDATE table_name SET id = id + 1 WHERE id = '$id'");
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 错误 LNK2001 无法解析的外部符号
  • ¥50 安装pyaudiokits失败
  • ¥15 计组这些题应该咋做呀
  • ¥60 更换迈创SOL6M4AE卡的时候,驱动要重新装才能使用,怎么解决?
  • ¥15 让node服务器有自动加载文件的功能
  • ¥15 jmeter脚本回放有的是对的有的是错的
  • ¥15 r语言蛋白组学相关问题
  • ¥15 Python时间序列如何拟合疏系数模型
  • ¥15 求学软件的前人们指明方向🥺
  • ¥50 如何增强飞上天的树莓派的热点信号强度,以使得笔记本可以在地面实现远程桌面连接