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 IamaSherpa 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: *

  1. dwardio

    Problem with php and mysql_query()

    As I said in my initial post, another page successfully performs an INSERT, so yes PHP has the MySQL support...
  2. dwardio

    Problem with php and mysql_query()

    I used you code (changing only the user and password), but got the exact same debug results and warnings... I'm now wondering if there is a problem with my setup. Thanks for your help! Dennis
  3. dwardio

    Problem with php and mysql_query()

    Vic, Thanks for the reply, but neither of your suggestions worked. Dennis
  4. 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...
  5. 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