06.01.2019, 05:51
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.
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.