dqiz20794 2014-08-15 18:14
浏览 119
已采纳

在mySQL数据库中更新后,配置文件页面不会更新

I have this problem, it should be easy to solve. But i'm new to PHP so please help.

The problem is :

Profile page doesn't update after update in mySQL database

For example :
1. User edit their profile (e.g. First Name)
2. Click on update.
3. PHP script to update mySQL runs perfectly.
4. First Name in mySQL updated to the new input.
5. The page redirects to profile page.
6. Problem= The first name is the previous first name.

Users need to log out and sign in again to see their new updated first name.

Here is the code to view the first name in the profile page:

echo '<h1>' . $_SESSION['fname'] . '';

Please help. Thank you.

  • 写回答

2条回答 默认 最新

  • donglu4633 2014-08-15 18:19
    关注

    The problem is that,you are not reseting $_SESSION['fname']. You should unset that session using unset($_SESSION['fname']); and then set it up again.

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

报告相同问题?

悬赏问题

  • ¥15 使用C#,asp.net读取Excel文件并保存到Oracle数据库
  • ¥15 C# datagridview 单元格显示进度及值
  • ¥15 thinkphp6配合social login单点登录问题
  • ¥15 HFSS 中的 H 场图与 MATLAB 中绘制的 B1 场 部分对应不上
  • ¥15 如何在scanpy上做差异基因和通路富集?
  • ¥20 关于#硬件工程#的问题,请各位专家解答!
  • ¥15 关于#matlab#的问题:期望的系统闭环传递函数为G(s)=wn^2/s^2+2¢wn+wn^2阻尼系数¢=0.707,使系统具有较小的超调量
  • ¥15 FLUENT如何实现在堆积颗粒的上表面加载高斯热源
  • ¥30 截图中的mathematics程序转换成matlab
  • ¥15 动力学代码报错,维度不匹配