resource id #4 Why am I getting this?

后端 未结 5 842
感动是毒
感动是毒 2020-12-11 20:51

I have a pretty basic forum template I am working on for testing purposes

When I create a topic, and press submit, the proccess updates the database but doesn\'t out

5条回答
  •  盖世英雄少女心
    2020-12-11 21:02

    If you check the link - http://php.net/manual/en/function.mysql-query.php

    For SELECT, SHOW, DESCRIBE, EXPLAIN and other statements returning resultset, mysql_query() returns a resource on success, or FALSE on error

    Hence you are seeing the Resource#4

    . What is it you want to achieve?

提交回复
热议问题