Answer the question
In order to leave comments, you need to log in
How to write all the data about the visitor to the database?
There is already a part of the code, but when it is used, it is written to the database, in the data field - array or nothing
<?php
// База уже подключена
$insert_sql1 = "INSERT INTO `info_users` (`id`, `info`)
VALUES ('NULL','$_SERVER');";
mysql_query($insert_sql1);
?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question