getting started Xammp

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
Moradin
Posts: 2
Joined: 2015-01-04 20:25

getting started Xammp

Post by Moradin » 2015-01-04 20:55

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....

Moradin
Posts: 2
Joined: 2015-01-04 20:25

Re: getting started Xammp

Post by Moradin » 2015-01-04 21:15

Aha.. found a link eventually. This page explains what i was looking for:-


http://bigprof.com/appgini/tips-and-tut ... ment-xampp

Post Reply