php script

  1. CorryWestSide

    Android Question Simple API Request with key and certificate

    hi i have this code in php that i wrote some month ago, my question is, can i write this in b4a? the actual difficoult that i encounter is given by the file .crt and .key for the ssl. Someone can help me in some way? function post_listaDispositivi() { $body =...
  2. amorosik

    Italian B4J + Php - come lo debuggate il codice php presente nel sistema remoto?

    Sto cercando di seguire le orme di alcuni temerari seguendo questo post Obiettivo dello sforzo, e' passare dei file da pc locale all'interno ufficio a server web con interprete php attivo, ed in sostanza 'far comunicare' i due sistemi Dove per 'server web' intendo il classico hosting che tanti...
  3. saeed10051

    Android Question Problem regarding running php script

    Hi, i am trying to run a php script by using following code Dim j As HttpJob j.Initialize("", Me) 'j.PostString("http://saeedhassan.atwebpages.com/r.php", query) j.Download("http://saeedhassan.atwebpages.com/r.php") Wait For (j) jobdone (j As HttpJob) If j.Success Then...
Top