Hi,
Thanks to thsi wonderfull site for the service it renders for all PHP user.
I am novice in PHP and MYSQL.
I have just deployed PHP along with MYSQL. I am using PHP% along with MYSQL 5.0.2.
I have a table which captures all test results as P-Pass, F-Fail,B-Blocked.
along with date.
I want to know as how do I generate a report which will give me datewise pass, fail, blocked and total. I want the report in the below mentioned format.
Date — Total — Passed — Failed – Blocked.
Can some one let me know the code for the same
Thanks in advance