View previous topic :: View next topic |
Author |
Message |
Mizkie
Joined: 19 Mar 2003 Posts: 51 Location: Bloomington, IN
|
Posted: Fri Aug 01, 2003 9:04 pm Post subject: calling things from db |
|
|
I'm working on something so it'll be easier to add things to my site. like just set up a form that adds whatever is in the fields when you click the submit button. that's all working fine... I need some help on calling things from the db. I don't know what to do to make like a list of all the rows in the table, or how to call anything else. I'm lost on this one.
can anyone help? thanks _________________ Mick
HSS = High School Sucks |
|
Back to top |
|
 |
Cyberian75
Joined: 26 Sep 2002 Posts: 1283 Location: Oregon
|
Posted: Wed Nov 05, 2003 5:13 am Post subject: |
|
|
Look up the following functions at php.net...
mysql_connect
mysql_select
mysql_query
mysql_result
mysql_error
mysql_fetch_array
mysql_fetch_object
mysql_num_rows _________________ Michael P.
 |
|
Back to top |
|
 |
|