PHP MySQL insert not working

前端 未结 6 1082
有刺的猬
有刺的猬 2021-01-14 07:01

Sorry if it\'s a quite simple problem. I am not too experienced with web languages.
Basically, it doesn\'t work.

$insert=
(
  \"INSERT INTO phpbb_members         


        
6条回答
  •  感动是毒
    2021-01-14 07:56

    If you'll use the following for testing, it will show you the error:

    mysql_query($insert) or die(mysql_error()."
    ".$insert);

提交回复
热议问题