PHP white screen of death every time. What am I doing wrong?

前端 未结 5 414
傲寒
傲寒 2021-01-26 08:44

I\'m a complete noob to PHP and working with mysql so you know I do however have a great deal of experience with HMTL and CSS. All I need is for a form on my site to upload the

5条回答
  •  闹比i
    闹比i (楼主)
    2021-01-26 09:39

    From what I can tell, this code just connects to a database and sets a variable $sql. Are you actually executing the query anywhere? Are you doing anything to print something on the screen?

提交回复
热议问题