Hi to all
always for my tests I loaded a simple project for reading table from a mysql db on my cloud space (aruba)
In local it's work fine (with laragon server).
if I start the call remotely the project starts and the graphic part is loaded but I don't read the tables because I don't access labarc.php
the address to point to labarc.php is wrong, why?
if I correct the link and insert it in the address bar of the browser, the php file answers correctly with: ' invalid request: '
always for my tests I loaded a simple project for reading table from a mysql db on my cloud space (aruba)
In local it's work fine (with laragon server).
if I start the call remotely the project starts and the graphic part is loaded but I don't read the tables because I don't access labarc.php
B4X:
Sub Process_Globals
Public BANano As BANano 'ignore
Public AppName As String = "labarc"
Public AppTitle As String = "LabArc"
Private Publish As String = "C:\laragon\www"
Public ServerIP As String = "XX.XX.XX.XX"
Public Version As String = "1.00"
Public Port As String = "80"'"8080"
End Sub
the address to point to labarc.php is wrong, why?
if I correct the link and insert it in the address bar of the browser, the php file answers correctly with: ' invalid request: '