Hi all, I would like to read from any success stories using ABMaterial framework, has anyone actually either for personal business purposes or for a client built a successful web app that is still currently being used by more than 1000 users on a daily basis.
The reason I ask this question is...
Hello every one,
The old version (1.30) of this social network can be found in this link: https://www.b4x.com/android/forum/threads/b4a-social-network-version-1-30.141765/#post-921065
After several days of work, version 1.50 of this social network which brings the correction and several...
Hi !
New library ! MysqlConn. It is fully written in B4X !
This library is compatible with B4J & B4A. It depends on OkHttpUtils2 and a PHP Script.
PHP Script :
<?php
$host_name = $_GET['Hostname'];
$database = $_GET['DbName'];
$user_name = $_GET['username'];
$password = $_GET['password']...
Example:
- AES256 encrypt a message with IV and Salt
- Base64 encode it
- send a http post request to a php script
- decrypt in php
- send back a AES256 encrypted and Base64 encoded message to the ESP32
Note:
- change SSID & PW & IP-Address/foldername/scriptname
- message must be padded to a...
Hello Community,
Well, I was working with PHP files for a project on the server side, when I ran into a problem.
After changing the PHP file or changing MYSQL, the string received from the server as a Result is the same as the previous string and has not changed.
Due to the caching of...
My need was to sync calendars in which user 'A' changes the calendar and sends the change to other users by writing records to the hosted database.
The other users query periodically to see it they have any incoming sync records and read them if available.
I had hoped to use Erel's JDRC2...
Hi to all, i have made a App based on httpUtils, i pick my entry with php page and mysql_maria db, all work fine, now i decie to use private page with .htpasswd ah .htaccess and here come the problem.
If i use this type of link http(s)/username:passwod@website.something in the browser (i have...
Hello,
i've a strange problem which costed me quite a bit of time to debug, still I don't know why my php file won't accept the string of parameters.
Note that the php files are working well, I use them on other projects in combination with another development environment.
So at a certain point...
Are you up for another challenge? Try this tutorial. Maybe you like the end result.
This is how it will look like:
You will find some interesting links to other study material in this tutorial.
And of course here is the link: B4A-JSON
Happy coding!
Paul.
I want to be able to encrypt some data in B4A and decrypt it with PHP on the server and vice versa. I use this online tool to generate the public and private keys. Both PHP and B4A use same keys and the test data is "this is a test".
What I've achieved so far:
1. Encrypt and decrypt...
I am using this tutorial
https://www.b4x.com/android/forum/threads/connect-android-to-mysql-database-tutorial.8339/
To connect to a MySQL DB, everything works fine, but I have a problem.
Sometimes I need for the query to finish before proceeding to the next line of code
This is what I want to do...
Hey!
I'm working with my API made in PHP . Afer I got logged it returns an Access Token and a Refresh Token in json format. Like this:
Postman:
{
"statusCode": 201,
"success": true,
"messages": [],
"data": {
"session_id": 9,
"access_token"...
OTP is a one time pin (here: 6 digits) depending on a given password and the actual time.
Usage:
- additional security when a user does a login
- take care of server requests (a request can be intercepted and repeated). As it depends on the date/time with OTP this isn't possible
- some sort...
Overview
ChatApp is a Real time chatting application.
Developed in B4A, along with php and mysql, the application can be easily modified and customized.
App Features
Mysql database
One by one chat
Group Chatting
Single Video & Audio Call
Sent/Recived Indicatior with realtime update
Last seen...
Hi guys!
I have problem with sending request with okhttputils2 and httputils.
this is my code :
#Region Project Attributes
#ApplicationLabel: B4A_register
#VersionCode: 1
#VersionName:
'SupportedOrientations possible values: unspecified, landscape or portrait...
Hi All,
Hopefully this is in the right section -
I'm working on a B4A app, that uses b4j server with jrdc2 connector to mysql server (this is all working fine) - I then have my friend work on php website, which he's connecting to the same mySQL server.
I would like to get a login/register...
Hi there!
I'm sharing one of my work here so that some of you might refer it.
This code is the PHP part from the whole project that I was working on. My project is based on the automated Forex signals that will be sent to Android and iOS mobile app from an indicator built on MT4 MetaQuote...
Hi. I'm trying to display a PHP file from (XAMPP Local server) in a webview but i get nothing to show. Is there something i'm missing? I Should mention that the PHP page utilizes CSS and Javascript.
Also, the PHP file is just a table that displays records. Is there a better way to do this...
Hi,
i am trying to update a record in an online mysql database. using following php script
<?php
$conn = new mysqli("pdb48.awardspace.net", "3373050_restaurant", "abc123", "3373050_restaurant");
if ($conn->connect_error) {
die("ERROR: Unable to connect: " . $conn->connect_error);
}...
i am trying to insert data to my online database using following php script
<?php
$conn = new mysqli("fdb23.awardspace.net", "3373050_restaurant", "abc123", "3373050_restaurant");
if ($conn->connect_error) {
die("ERROR: Unable to connect: " . $conn->connect_error);
}
echo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.