https://github.com/godmode2k/web_examples
Web Examples (+ Mobile App)
https://github.com/godmode2k/web_examples
android confirmation-url json php signin singup
Last synced: 2 months ago
JSON representation
Web Examples (+ Mobile App)
- Host: GitHub
- URL: https://github.com/godmode2k/web_examples
- Owner: godmode2k
- License: apache-2.0
- Created: 2015-10-12T07:46:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T14:57:09.000Z (over 7 years ago)
- Last Synced: 2025-10-31T00:51:34.483Z (8 months ago)
- Topics: android, confirmation-url, json, php, signin, singup
- Language: PHP
- Homepage:
- Size: 439 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Web Examples
===============
Summary
----------
> The sources show you how to make a simple Web page for
> manage the account(sign-in/up) and schedule.
> And handle JSON response in PHP/Android (Currently
> login/logout, account info and sign-up only).
> In Android, you can see how to keep PHP session.
Environment
----------
> tested on
GNU/Linux: Ubuntu 11.10
Apache: 2.2.20
PHP: 5.3.6
MySQL: 5.1.63
Files
----------
> as following or you should make whatever you want
./reg {
// Login
- login.php
- login_chk.php
- logout.php
-
// Account
- account_sign_up.php
- account_commit.php
- account_confirm_url.php
- account_commit.php
-
- account_info.php
- account_info_commit.php
- account_remove_commit.php
-
// Manage the schedules
- reserv.php
- reserv_register_modify.php
- reserv_register_commit.php
-
/include
- commons.php
- namespaces.php
- auth.php // Authentication and most actions
- mysql.php // Database (MySQL) actions
-
/js
- util.js // some JavaScript for 'form' tag action
-
/db
- db.sql // Database schema
-
/Mobile {
/Android
- http_test_activity.xml // HTTP Test Layout
- HttpTestActivity.java // HTTP Test Activity
}
}
Note
----------
>
For Mobile App,
You have to set to "mobile_app" for JSON response.
Currently login/logout, account info and sign-up only.
Screenshots
----------
> Login

> Reserv

> Modify

> Profile

> Sign-up

> Sign-up: Confirm URL (Verify)

> Android
> Login / Logout

> Account info

> Sign-Up
