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
I have a problem with the mysql_query() function...
Consider the following code:
<?php
$db = mysql_connect("host", "user", "pass");
$connect = mysql_select_db("webdemo",$db);
$query = "SELECT COUNT(*) AS myCount, userType FROM survey GROUP BY...
I have a problem with the mysql_query() function...
Consider the following code:
<?php
$db = mysql_connect("host", "user", "pass");
$connect = mysql_select_db("webdemo",$db);
$query = "SELECT COUNT(*) AS myCount, userType FROM survey GROUP BY...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.