here is the script i am using:
mysql_connect("localhost","USER","PASS");
$sql = 'INSERT INTO users';
$sql .= 'VALUES ( $user_name, $user_pass, $user_email, $aim_aol )'
but all it does is refresh the page, it doesnt make a new row or anything.
this is for a register page...
if anyone knows how to do one... speak up!!!