Hello all! I have a MySQL query that is giving me the results that I want, but I'm having difficulty displaying the results in PHP. Here is my SQL statement: SELECT `tkid`,COUNT(*) FROM ...
Hey<BR><BR>I have a simple web form that is inserting into a mysql table.<BR><BR>The table has column's for the users name,phone number and a timestamp of when it was submitted.<BR><BR>Its common user ...