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

    IF statement to compare values

    Currently my page uses php and I'm able to output a checkmark image in a table cell if a certain value is found in the dataset as seen below <?php echo ($row_rs_test['status'] == "Quote")?"<img src=\"/mdwapp/images/0090_check.gif\" alt=\"Check\" width=\"12\" height=\"12\">":"&nbsp;"; ?> I'm...
  2. BdaMick

    Incorporating two languages

    How can I put this <input name="fAH" type="checkbox" value="" onclick="ToggleFilter(this.checked, ffAH);" /> into this ...while ( $row_rs_rep = mysql_fetch_array($rs_rep) ) { $repList = $repList.'<li>'.$row_rs_rep['stb_lastname'].'</li>'; } and make it work? I'm trying to have a list of...

Part and Inventory Search

Back
Top