So i've download and paid for AppGini.. created a new database. and saved it to my Desktop...
To test locally, i've installed xammp, as suggested. in the tutorial video, it shows you type localhost//database name.. and you get the set up.. that doesn't work for me.
i can see the folder on the desktop, and i can see the setup.php file in it.. but cannot do anything with it..
if i click on it, i get:-
TableTitle=$Translation['homepage']; $tablesPerRow=2; $arrTables=getTableList(); // according to provided GET parameters, either log out, show login form (possibly with a failed login message), or show homepage if($_GET['signOut']==1){ logOutMember(); }elseif($_GET['loginFailed']==1 || $_GET['signIn']==1){ include("$currDir/login.php"); }else{ include("$currDir/home.php"); }
I cannot find help on here, showing how to get started, and test locally....
getting started Xammp
Re: getting started Xammp
Aha.. found a link eventually. This page explains what i was looking for:-
http://bigprof.com/appgini/tips-and-tut ... ment-xampp
http://bigprof.com/appgini/tips-and-tut ... ment-xampp