Show 2 tables in one page

If you often work with 2 tables together, you might wish to display them side-by side instead, as shown below. <!doctype html public “-//W3C//DTD html 4.0 //en”> <html> <head>     <meta http-equiv=”Content-Type”...

Change Min & Max years

AppGini 5.98 In hooks/tablename.php or hooks/__global.php, add this in the global scope (outside any function definitions): // Change tablename and fieldname to actual table and field names define(‘tablename.fieldname.MinYear’, 2010);...