Help me with PHP, please?

I have a MS Access MDB database called 'adresar' and a table in it, also called 'adresar' (the table has two columns - 'ime' and 'broj' and 5 entries entered; 5 ime's and 5 broj's). Using PHP, how can I display the table in a HTML document? What is the PHP code for that? [actually ADRESAR is CONTACTS, IME is NAME and BROJ is NUMBER in Serbian]. How would the PHP code need to look like?

I've been looking all over, help me, I need it.
 
Back
Top