chcę odczytać wszystkie dane z tabeli i napisałem coś takiego:
<html>
<head>
<title>
</title>
</head>
<body>
<?php
mysql_connect(localhost, bartek);
mysql_select_db("prod");
mysql_query("Select * from notki");
?>
</body>
</html>
i nic sie nie wyświetla, ale nie generuje też żadnego błędu