bah mysql is confuseing me :/
can anybody write me an example code of how to write a new row into the table 'visitors' in the database 'test_db' with the database username 'test_user' and password 'password' on 'localhost'
here's what i have working so far
code:
<?php
?>
i have actulally been able to count the number of rows that i put in useing phpmyadmin but i cant add rows through php.
edit: my bad forgot to post that the calume names are visitip and hits