PHP header redirect not working

前端 未结 13 2120
小蘑菇
小蘑菇 2020-12-05 12:00

I know this has been covered before but I cannot find an answer to this,

I have always used this;

header(\"Location: http://www.website.com/\");
exit         


        
13条回答
  •  执念已碎
    2020-12-05 12:24

    Weird, but removing blank lines in php worked for me :-\

    code before:

    
    

    code that worked:

    
    

提交回复
热议问题