Sorry But I can't speak english very well and I have
problems "saying" all I want to know
That's ok, a lot of people here (including myself) aren't native English speakers.
Anyway, start by reading some intoduction texts on php and sql if you have never programmed php before. Basically, this is what you do:
-connect to database
-get results from database through sql
-loop through results, display them one by one
Your question is very general, you'll need to learn php and sql basics before you can start making something like this. There are good tutorials on php.net, and if you search through the articles and quickies/tips here on phpbuilder, you'll find instructions how to use access with php.