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

    Problem with php and mysql_query()

    I have a problem with the mysql_query() function... Consider the following code: <?php $db = mysql_connect(&quot;host&quot;, &quot;user&quot;, &quot;pass&quot;); $connect = mysql_select_db(&quot;webdemo&quot;,$db); $query = &quot;SELECT COUNT(*) AS myCount, userType FROM survey GROUP BY...
  2. dwardio

    Problem with mysql_query

    I have a problem with the mysql_query() function... Consider the following code: <?php $db = mysql_connect(&quot;host&quot;, &quot;user&quot;, &quot;pass&quot;); $connect = mysql_select_db(&quot;webdemo&quot;,$db); $query = &quot;SELECT COUNT(*) AS myCount, userType FROM survey GROUP BY...

Part and Inventory Search

Back
Top