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 TouchToneTommy 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: jokobe
  • Content: Threads
  • Order by date
  1. jokobe

    Displaying Mysql querie in a form

    I want to display a Mysql Querie in a form. Like this: First show a list of all records. Then, pressing the edit link, a single record is displayed in a form. I tried this way - "Describe my_table" to get the column names - build a form and echo the values. I should work for different tables...
  2. jokobe

    Building a SQL string with PHP

    Well, I tried to build a sql string with PHP. When echoed it looks like that: Insert into personal ( f_name, s_name, genus, kita_function, kita_group, start_date) values( '$f_name', '$s_name', '$genus', '$kita_function', '$kita_group', '$start_date') In the fields like $f_name values are...

Part and Inventory Search

Back
Top