Code:function RecordCount ( $query ) { $mqry = mysql_query($query); $mcnt = mysql_num_rows($mqry); return $mcnt; }
|
|
FIXED!
You can now close thread.

Code:function RecordCount ( $query ) { $mqry = mysql_query($query); $mcnt = mysql_num_rows($mqry); return $mcnt; }

| « Basic action listener tutorial | [PHP-MySQL] Error in your SQL syntax. » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |