hey peeps kinda new with this but still need to know more.
i want to make a php page show records from a mysql database.
i already know how to connect to the dbase!
<?php
@mysql_connect(localhost, administrator, password) or die (" hello it didn't work YOUR SO STUPID");
@mysql_select_db(cms) or die (" damn you really need to lean how to type if you did this wrong");
$mysql_query("select * from work");
?>
that's all i actualy have and i'm in kinda hurry got a week to learn php 😕