This topic is locked

Browser Compatibility

12/17/2004 2:57:01 PM
PHPRunner General questions
M
Michael author

Some functionality that works in IE, does not appear to work in Netscape, Mozilla, and Firefox.
The calendar date picker only appears to work in IE. However, regardless of browser, dates do not write to date columns in a MySQL table. MySQL date columns expect ISO (yyyy-mm-dd) date format, and the web app created by phprunner is passing date values as mm-dd-yyyy or dd-mm-yyyy. The workaround is to use the simple date edit box in Step 7 of phprunner, and to have users enter dates as dd-mm-yyyy or mm-dd-yyyy, but the date picker reduces transcription errors.
The user can sort columns in the "_list.php" page by clicking on column headers, but this only works in IE.
Advanced search does not return any results in any browser.
View record generated by "_view.php" does not work in any browser.
Michael

Sergey Kornilov admin 12/20/2004

Michael
Please download latest update at http://www.asprunner.com/files/phprunner-setup.exe which fixes date editing and export issues. All the functionality you mentioned works in Mozilla and Firefox browsers now.