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.