Hi all,
Need help from all of you...
I am still a newbie, and wanna ask code to display mysql data based on username login. I try many time to change on this code :
$result=mysql_query('SELECT tb_hitung.Keterangan, tb_hitung.Debit, tb_hitung.Kredit FROM tb_hitung INNER JOIN tb_bulan ON tb_hitung.id_bulan=tb_bulan.id_bulan ORDER BY tb_hitung.id_hitung');
but always get error..
please help me on how to change this code based on username, only so data will display for the related person.
Thanks,
Leo