i have question why i cannot query or fetch array my database content from variabel id in my database table? everytime i have sql command in my php script :
$query = mysql_query("SELECT * FROM pengunjung WHERE id='$id'",$koneksi);
while($baris=mysql_fetch_array($query))
variable id='$id' always cannot be take out from database..
because variable id as the primary key, so the result is all of content in my database table cannot be shown in my localhost site..
Please help me, i don't know what to do...