Notepad ~HTTP POST~ 1.3 Icon

Notepad ~HTTP POST~

JOJOAGOGOGO Tools
0
0 Ratings
240+
Downloads
1.3
version
Sep 16, 2016
release date
3.0 MB
file size
Free
Download

What's New

add sort condition

About Notepad ~HTTP POST~ Android App

Simple Notepad, you can still easily sent to any server in the HTTP Post method.

If you make the destination server can free application development , it can be used as a notepad client

[POST format]

*Parameter name = value

u = Unique ID ofmemo
t = Title
c = memo text
ud = Modified
cd = creation date and time

[Server side program sample]

<?php

$uid = $_POST["u"];
$title = $_POST["t"];
$content = $_POST["c"];
$updated_at = $_POST["ud"];
$created_at = $_POST["cd"];

echo $uid;
echo $title;
echo $content;
echo $updated_at;
echo $created_at;

?>

Other Information:

Package Name:
Requires Android:
Android 4.0+
Other Sources:
Category:

Download

This version of Notepad ~HTTP POST~ Android App comes with one universal variant which will work on all the Android devices.

Variant
6
(Sep 16, 2016)
Architecture
universal
Minimum OS
Android 4.0+
Screen DPI
nodpi (all screens)
Loading..