Share My Creation (PHP/MySQL/API) User Login App - aeric    Aug 16, 2024   (31 reactions) simple PHP with mysql_query function. I have later updated the 2nd sample with mysqli since mysql....b4x.com/android/forum/threads/b4j-mysql-api-server-key-token-and-b4x-user-login-apps.126081/
94106... Share My Creation [Web] Collectables Tracker with SithasoDaisy5 (Uses PHP MySQL REST API) - Mashiane    Apr 29, 2025   (2 reactions) Hi Fam Download (Find in Tutorials Folder) 163740 Are you a collector? A collectibles tracker web app is an online tool that helps collectors organize, manage, and monitor their collections — and often track market values in real time. At its core, a collectibles tracker lets you: Catalog your items (like Pokémon cards, sneakers, sports memorabilia, coins, NFTs, etc.) Record details (such a... 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... Italian B4A Altervista mySql PHP - Xfood    Jun 7, 2020   (1 reaction) Ciao A tutti, ho attivato un account su altervista, creata un db di esempio, ma adesso mi piacerebbe potermi connette da un'app B4A, qualcuno mi puo aiutare a configurare un file php che mi permetta tramite parametri di inserire,ricercare,modificare i record della tabella. Grazie mille a tutti... 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... the php file this time. I have tested all functions. Keeping in mind what functions we want....download2("http://www.yourdomain.com/myscript.php", Array As String ("action"... our php script and send "name" and "age". As you see, we send the field name AND... Spanish [B4A] [Tutorial] Sentencias Preparadas PHP, PDO, MYSQL - rscheel    Jul 28, 2016   (9 reactions)   tags: pdo DEFAULT CHARSET=latin1; mysql_login.php <?php /** * Provee las constantes para conectarse a la base de datos * Mysql. */ define("HOSTNAME", "Servidor"); define... instancia de la clase PDO * para el manejo de la base de datos */ require_once 'mysql_login.php... preparadas con PDO usando una BD remota MySQL, este método de conectarse a una bd remota se utiliza mucho... iré agregando actualización y eliminación de los datos. Comenzaremos con los Archivos PHP que deben... 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... the user containing this random number with a link to click on Clicking on the link the php script...) register.Download2("http://www.yourdomain.com/registerlogin.php", _ Array... $q = mysql_query("SELECT * FROM Users Where mail = '$mail'"); $count... Share My Creation [B4X] MC Email Client - B4J, PHP, MySQL [Source Code] - ilan    Feb 2, 2023   (8 reactions) i created my own client. It is using PHP, MySQL and B4j. You can use it using a simple web hosting (even shared hosting). All is needed is a PHP, MySQL support. You can even create a LAMP server on your... it is different. You setup for each user an account and all calls to the DB are done from b4x to PHP and then to MySQL database which is more secure. In this Package you get: 1x Full B4x App (Desktop, iOS, Android) 1 x Desktop Application PHP Files Instructions Many tasks can be learned from... B4J Library [SithasoDaisy] Plug n Play PHP CRUD REST API (MySQL, SQLite, MSServer, PostGreSQL) for BANano - Mashiane    Jul 8, 2023   (5 reactions) Hi Plug n Play? Yep... 1. Add the api.php file to your assets. Get it from this GitHub repo I spoke about this in 2022 on the BVAD3 library. https://www.b4x.com/android/forum/threads/bananovuetifyad3-vflexdialog-mysql-crud-rest-api-php-using-axios.142814/ 2. Change the connection parameters in the api.php file. 143555 Save the file and click 'Sync' in the IDE. You are good to go. Example: We have a categories table in our db named bvad3products with column 'id' auto... B4J Tutorial [BANanoVuetifyAD3] VFlexDialog + MySQL CRUD REST API (PHP) - using Axios - Mashiane    Sep 9, 2022   (4 reactions) Hi there Download BVAD3 7.35+ Download Source Code Its its your first time with BVAD3, please follow instructions on Github ReadMe on how to get started By the time you finish 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 MySQL, SQLite, PostGres, MariaDB Ok let's get to it..... Page: 1   2   3   4   |