Italian ancora php b4x help - sirjo66 (first post)    Jul 17, 2024   (1 reaction) routine Base64
4) lo visualizzi sul form
Sei sicuro che il codice scritto in PHP funzioni bene ??... Italian [risolto] [b4a] invio email con mail() php - sirjo66 (first post)    Apr 11, 2023   (1 reaction) per poter inviare email con google, devi attivare l'autorizzazione a due fattori e poi generare una password, lo hai fatto ???... B4A Question PHP and JSON - sirjo66    Jul 20, 2014 some PHP script in the PC server for to read datas from the table and then the result is send to...'t work :(
The problem isn't B4A, but is that PHP don't work properly.
I have found... Italian [RISOLTO] PHP e SSL - sirjo66 (first post)    Sep 9, 2021
D'altro canto è aggratis non posso lamentarmi
Solo per curiosità, quale sarebbe questo hosti... Italian B4A Altervista mySql PHP - sirjo66 (first post)    Jun 8, 2020   (1 reaction) P.S.: su altervista (nella stessa cartella dove hai avrai il file execute.php) devi creare il file "config.php" che deve avere questo (ovviamente ci devi modificare il nome del database):
<?php
$mysql_host = "localhost";
$mysql_database = "track";
$mysql_user = "root";
$mysql_password = "";
?>
... Italian PHP per download e upload - sirjo66 (first post)    Feb 24, 2019   (1 reaction) Grazie a tutti del supporto
ps non sarà facile liberarmi di me
Non preoccuparti, siamo qui per ques... Italian Da PHP a B4J - sirjo66 (first post)    Feb 13, 2018 io purtroppo il B4J non l'ho mai usato, non saprei dirti, prova a chiedere ad Erel... Italian Adorabile PHP - sirjo66 (first post)    Jan 10, 2018   (2 reactions) con mysqli non cambia nulla, basta che chiami mysqli_error()... Italian Libreria UploadFilePhp - sirjo66 (first post)    Jul 7, 2017 il PHP funzionante o hai solo ASP ??... B4A Question Security issue for connection to mysql with a php file - sirjo66 (first post)    Nov 5, 2014 For example, your execute.php may start with:
$md5 = md5("123456".$_GET);
if ($md5 != strtolower($_GET)) {
echo "E\nError in chk\nParameter chk not correct\n";
return;
}
........ execute the command ........... Page: 1   2   3   4   5   6   |