Help with php blank page?

前端 未结 10 618
一向
一向 2021-01-15 23:46

I run a fantasy basketball league. My php website/sql database is designed to let the person running the team do everything through the website - they can waive a player, an

10条回答
  •  清酒与你
    2021-01-16 00:20

    After enabling error reporting, make sure to put in else statements that correspond with all of your if-statements so you can determine if those statements are being triggered or not. Throw in some echos.

提交回复
热议问题