Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Khaing Myo Zaw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
2
Welcome to AskUbuntu! There is not enough information here to solve the problem. If there is nothing in the error logs (Apache/Nginx/etc.), then you may want to check that there is not an unescaped loop in your code. When all resources go to a PHP process, it's almost always because of an unescaped for or while.
for
orwhile
.