inline php

  1. Mashiane

    B4J Library [BANanoPHP] A collection of some inline PHP functions

    Ola Download With intentions to do some PHP related functions, i've thought why not make a class with all functions that could be used. Besides uploading files, sending emails, we can do other things too. This is based on some stuff I have been using.. Will sectionalize the examples... and...
  2. Mashiane

    B4J Library [BANanoMySQL] An inline PHP class for your MySQLI CRUD functionality

    Hi there Update: 2019-12-17 BANanoMySQL class updated, see post #11, https://www.b4x.com/android/forum/threads/bananomysql-an-inline-php-class-for-your-mysqli-crud-functionality.106858/#post-700010 Update: BANanoMySQL1 Example If you would rather use an actual sqlite db, you can use...
  3. Mashiane

    B4J Question [BANano] [SOLVED] How to compile inline PHP inside a library and use it in apps?

    Ola There is some inline php that we would like to be defined in our universal BANano libraries and then be able to be called in any app that may use it. How can we achieve this? Thanks.
  4. Mashiane

    B4J Tutorial [BANano] MySQL CRUD with PHP - Part 3.1 (A look an inline PHP)

    Ola NB: The code here explains the use of parameter based queries for CRUD I have been exploring MySQL with BANano, this was previously done using external PHP files and thus using .CallAjax BANano Calls. This was explained in [BANano] MySQL CRUD with PHP - Part 1 [BANano] MySQL CRUD with...
  5. Mashiane

    B4J Tutorial [BANano] Sending Contact Us Form contents to an email with inline PHP

    Ola For this exercise, you need the skeleton & sweet alert banano libraries. You will need to compile them (run + compile as library) using the latest version of BANano. Why a PHP based Contact Us form? Well, I wanted to send the contact us details to my SMTP based email using inline PHP...
Top