can I get some help about php and mysql interation?
I tried and tried to make this but with no luck:
I tried to make php get information from the database and then output it in a form like this:
in the database:
number|name
-------|-----
1 | jon
2 |josh
then more names and numbers.
php:
<li>1</li>
<li>2</li>
and then more numbers in this form.
can you help me ith this or tell me where I can get help about this?
if you can help me I will say you thanks a million times!
Last edited by shedokan : 06-02-2007 at 02:42 PM.
Reason: because I wrote connection instead of interaction
|