Search results

  1. S

    PHP export csv with drop down selection range?

    anyone got sample how to export csv and limit results to match selected drop down contents in table fields? example like select company name yahoo from drop down and export csv only with yahoo etc. Thanks!
  2. S

    PHP Mysql Query Count Multiply table field?

    Hi, I am trying to get a query count # of results on TABLE_A and multiply by sum of TABLE_B.col_c. The # of listed results/rows is unknown and the final answer should be something like (9 results)*(9+8+7+...). Thanks in advance!! note : I did query below but answer is not correct.. select...
Back
Top