Android Question Connect to wamp server database

PoleStar

Member
Licensed User
Longtime User
Hi my friends
I was to connect to my my sql database in my pc
I'm not going to be online to be connected to a database.
I was using wamp server

Can connect to my wamp server database via Wifi in b4a?
Please guide me
Thanks a lot :)
 

KMatle

Expert
Licensed User
Longtime User
A "Wamp-Server" is just a Apache Server with php & MySQL. So just take a look at my php & MySQL examples ("XAMPP").

For that use httputils which (simplified) sends a string with parameters to a php script. Inside the script the parameters are fetched and you can work with these.

As you give a ip-address or a domain (www.mydomain.com) you can connect from everywhere (WiFi, GSM).
 
Upvote 0
Top