6 comments found.
how processing checkout, is it thru in-app purchase?
No in-app. Via this app users can make orders and send them to server. On server side managers can review orders. But the payment system is not integrated
User registration and log-in system, not for input address everytime of shopping. Is that a hard-work for you?
Hi, i bought your produckt but server side dont working;
https://imgur.com/iTT4ewscan you please correct this errors?
Thanks
You need to run the PHP scripts in the real or virtual server.
I have a XAMPP-Server from: https://www.apachefriends.org/de/download.html with PHP-Version 5.6.31
hi, bro do you have a solution for this problem?
App is useless without server-side 
Can you try on other server? Because I checked and all works for me.
do you have testet on php 5.6.31 or with xampp Server?`
All works even on 5.6.27. And what exactly errors do you have on the screenshot? I see only the file running not as PHP script.
I’ll tell you step by step what i do:
- download xampp server 5.6.31 ( https://www.apachefriends.org/de/download.html)
- install into d:\xammp and run apache server
- install/copy your php-scripts into d:\xamp\httdocs\
- import db.sql into mysql table as TEST
-edit connect.php and set the config lines
$db = mysql_connect(“localhost”, “root”, “xxxxxxx”);
mysql_query(“SET NAMES ‘utf8’”);
mysql_select_db(“TEST”, $db);
$server_prefix = ‘http://localhost/';
- edit the table CONFIG in mysql and add a new user;
id -> 1
login -> erkan
pass -> erkan
curreny – > EU
- open the browser and give the adresse http:// localhost/login.php and give my login datas (erkan/erkan)
- its ok, i can login and next side is http://localhost/items.php
and here is result;
https://i.imgur.com/XZomioW.gifwhats wrong here?
I don’t know what you are doing wrong but the php scripts must be running and not should be showing as html text. But the script does not running in your server, do you see that? And try to download the purchased archive again, may be the problem in it.
my another projeckte with php run without any problem and show the php-sides
I keep getting this error : Undefined index: auth in …/check_auth.php on line 8
Demo apk ?
nice work