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

    limit the records of a record-set

    I have a table which looks like this: CREATE TABLE `t_test` ( `T_REGION_ID` int(16) NOT NULL default '0', `VALID_FROM` varchar(5) NOT NULL default '', `TXT1` varchar(50) NOT NULL default '', `DATE_CREATED` datetime NOT NULL default '0000-00-00 00:00:00' ) TYPE=MyISAM; in the db there...
  2. bogan

    compare values of dynamic dropdown-lists

    Hi experts! I need help for the following problem: I have a form with several &quot;rows&quot; of dynamically created dropdown-boxes: <form name=&quot;form&quot; action=&quot;something.php&quot; method=&quot;post&quot; onSubmit=&quot;return chkFormular();&quot;> <select...

Part and Inventory Search

Back
Top