hi there jjoves...
okay.. first of all,
have you tried the code that i gave you..
well, if that's how you would like your time to be displayed, then...
here's my suggestion on how you can go about it..
//first, i guess u can make a var to display the time
$thetime = date ("h:i:s A");
.
.
.
.
.
//here, you just put the time var in the sql query..
if ($mydate && $todayonly == "0") {
$sql = "insert into notes (notes_date,notes_note,notes_time,notes_user) values ('$mydate','$mynotes','$thetime','$user')";}
else {
$mydate = date("Y-m-d");
$sql = "insert into notes (notes_date,notes_note,notes_time,notes_user) values ('$mydate','$mynotes','$thetime','$user')";}
so this mean, it will display the time for that machine
in this case, your code will display the time on ur PC
(which i believe is ur server, and it follow california time...)
Note that, if you change your server time,
it will reflect the time echoed in the coding..
i hope that helps...
but i'm sure, there's a lot of pro out there,
who probably havef better idea..
good luck, and have a nice day..
p/s: dude, u entering the contest??