header location not working in my php code

前端 未结 15 1007
面向向阳花
面向向阳花 2020-11-28 13:17

i have this code,why my header location not working? its a form of updating and editing and deleting some pages in my control panel...and i have an index.php file in the sam

15条回答
  •  暖寄归人
    2020-11-28 14:02

    I had same application on my localhost and on a shared server. On my localhost the redirects worked fine while on this shared server didn't. I checked the phpinfo and I saw what caused this:

    While on my localhost I had this:

    So I asked the system admin to increase that value and after he did that, everything worked fine.

提交回复
热议问题