B4A Tutorial Complete tutorial: B4A & Your own (local) php & MySql Server (Xampp) with b4a - KMatle    Feb 28, 2016   (30 reactions)   tags: Remote Database, B4A B4J Update:
Newer releases of XAMPP come with MariaDB except of MySQL. Basically the same but the php..." installation package to have an own webserver including php and MySql
2. create a database and... B4A Tutorial For beginners: How to communicate with a server using httputils2 (Part 3: php, MySql & JSON) - KMatle    Jul 7, 2014   (18 reactions) -with-a-server-using-httputils2-part-2-mysql.42456/
Well. Today we want to:
- make an app which calls different functions in our php script
- the app will be able to insert new persons, retrieve & count... B4A Tutorial User registration using httputils2, php, MySql and mail - KMatle    Jul 10, 2014   (19 reactions)   tags: registration, Login implement this with b4a and php.
Workflow
User types in username, mail address and password
The data will be sent to a php script
The script will check if the mail address is already in use... B4J Tutorial [BANanoVuetifyAD3] VFlexDialog + MySQL CRUD REST API (PHP) - using Axios - Mashiane    Sep 9, 2022   (4 reactions) this, you will have a working VFlexDialog based app with MySQL CRUD REST API (PHP) working.
Category Listing
133444... with VFlexDialog)
WhatsApp CRM (built with VFlexDialog)
and mostly.
PHP-CRUD-API from Github for... B4A Example Dynamic creating of views "retrieved" from a database (php + MySql) - KMatle    Dec 28, 2014   (6 reactions)   tags: SQL If you are lazy creating views "by hand" or you simply want a "form" depending on a MySql table take a look at this small app. Type in the Database and Table Name and the IP-Address of the server your MySQL + php is running. It uses httputils2 to get the table culumns and...-b4a-your-own-local-php-mysql-server-xampp-with-b4a.48635/ Included is the app and the php file. Please notice *NOT* to place the login informations inside the php script (include it from another... B4J Tutorial [Web] Plug n Play MySQL Database Authentication via PHP REST API in 5 minutes or less - Mashiane    Nov 17, 2024 the api.php file, update the details to be using your MySQL database connection. What is new here...Hi Fam
Download
You will recall that we did a tutorial on MySQL back-ends using a plug n play... B4J Tutorial [BANanoVuetifyAD3] Converting your DB to a WebApp using VFlexDialog + MySQL CRUD PHP (Abstract Designer) - Mashiane    Sep 17, 2022 the VFlexDialog with MySQL as a back-end using PHP.
By the end of this tutorial, you should have been able to
1. You created a new BVAD3 CRUD Project that will use MySQL + PHP, using a b4xtemplate named... B4J Tutorial [SithasoDaisy5] Creating your first MySQL CRUD WebApp using REST API With API-Key (Php) - Mashiane    Apr 27, 2025   (6 reactions) .php.
$config = new Config( 'driver' => 'mysql',
'address...-development-with-sithasodaisy5.166741/
Created with pleasure using
PHP CRUD API
BANano
Laragon 6... B4J Tutorial [SithasoDaisy5] Creating your 2nd MySQL CRUD WebApp using REST API With API-Key (Php) - FamilyTree - Mashiane    Apr 23, 2025   (4 reactions) /sithasodaisy5-creating-your-first-mysql-crud-webapp-using-rest-api-with-api-key-php.166269/
Let's go..., we introduced you to MySQL CRUD WebApps using SithasoDaisy5. It was a basic example to get you going... B4J Tutorial Updated MySQL & PHP example - KMatle    Sep 2, 2018   (16 reactions) OKHttpUtils calling a php script
- doing MySQL data requests (Insert, Update and Delete) using prepared... has MySQL and PHP. Just change the script. Please note that this is a BASIC script to show how... Page: 1   2   |