06.01.2019, 07:45
Quote:
Use db_free_results(db_query(...)); Since the query results are stored in the memory and can cause memory leak.
And you need to make the tables at first - whether you run queries or make them in the database yourself. But without existence of tables, you can't insert something in that table. |
@OP: As RoboN1X said enable db logging and check the server log to see what's going wrong.