Hello,
The follozwing error is displayed every time I open a page build by PHPRunner :
PHP error happened
Technical information
Error type 2
Error description Unknown: 1 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query()
URL 127.0.0.1/staff_list.php?
Error file Unknown
Error line 0
SQL query select `StaffId`, `FirstName`, `LastName`, `EmailAddress` From `staff`
How can I correct this?