![]() |
Sergey Kornilov admin 9/4/2011 |
I would ask you to post your application that doesn't work to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program. We'll investigate this and be back to you with a solution. |
![]() |
Sergey Kornilov admin 9/5/2011 |
PHPRunner 6 uses mysqli PHP extension when available. mysql_query() won't work, mysqli_query(). |
A
|
acpan author 9/8/2011 |
PHPRunner 6 uses mysqli PHP extension when available. mysql_query() won't work, mysqli_query(). Better yet, use db_query (PHPRunner wrapper for mysql_query) or DAL. This way you will make your code compatible with future versions.
|