Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Xploder
  • Content: Threads
  • Order by date
  1. Xploder

    Temp Row

    How do I display all the values in a table in order from top to bottom, one after the other? So fahr It only does it with specific values: $result = mysql_query("SELECT * FROM map"); $row = mysql_fetch_row($result); echo $row["1"]; how do I siplify it to any values, just read them out?
  2. Xploder

    Recording Multiple Values

    Hi, I'm trying to save as many integer values as possible for any user into a table. Ex: Fist the user starts out with no additional values other than their name and password, and the iteam field is blank. And then if the user buys something it should record that into the iteam field, and when...

Part and Inventory Search

Back
Top