php

  1. K

    Android Question db numeric value

    After inserting numeric value in database and the value is round I have a php code and get value = 152448.52 my b4a code is amt = m.Get("mamt") sql.ExecNonQuery2("INSERT INTO gl " & _ "(fbook,faccode,fdesc,fplace,fitcu,fin1,ftype," & _...
  2. KMatle

    Android Tutorial [B4x]Data exchange (B4x, php, servers, .net and others)

    After some years I have developed several apps to communicate with other apps, servers and platforms. My goal was to have ONE standard solution without additional propriatary solutions which work only on platform a but not on b. So I've ended up with lists and maps converted from/to JSON...
  3. C

    Italian Da PHP a B4J

    Devo utilizzare delle API ma qualcosa non funziona. Come tradurreste questo esempio PHP in B4J: <? $apiKey="a869b1547c56c5ce37ee9acfd92de8b8c8ca7df6"; $apiSecret="732a65b7abed7991d7229188d7b97a8c54d3149f"; $url="https://api.therocktrading.com/v1/balances"; $nonce=microtime(true)*10000...
  4. LucaMs

    Italian Adorabile PHP

    Semplice inserimento di due campi in una tabella. Modifico il tipo di un campo, da INT a Char (tabella dati vuota). Modifico la vecchia query funzionante, sostituendo: Values($DatoNumerico, '$DatoTesto') con Values('$NuovoDatoTesto', '$DatoTesto') (ovviamente i nomi delle variabili qui...
  5. M

    Android Example Select,Upload,Display,Delete image from Server

    Hello everyone, First of all, I want thank Erel, DonManfred and KMatle because a lot of the codes for them. In this example (Select an image from gallery and display it, Resize the image, Save the image from Imageview to app's folder, Upload the image to the server, Display the image from the...
Top