php - The browser executes the program once and is executed multiple times by the server
ringa_lee
ringa_lee 2017-05-16 13:11:01
0
1
465

My problem is similar to this http://bbs.csdn.net/topics/39...

WeChat template message, I only called the template message interface once, but the entire program was actually executed N times.
The code does not use loops, and after curl post, exit() is done at the end;
I don’t know why, the program was re-executed N times

ringa_lee
ringa_lee

ringa_lee

reply all(1)
Peter_Zhu
debug_print_backtrace();  //打印调用栈看看是被哪里调用循环了
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template