Shoutbox

a little help with mysql - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: a little help with mysql (/showthread.php?tid=28935)

a little help with mysql by lizard.boy on 07-20-2004 at 09:39 PM

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

?>
:chrongue:

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
RE: a little help with mysql by bach_m on 07-20-2004 at 09:53 PM

http://ca2.php.net/manual/en/ref.mysql.php

:rolleyes: