Android Question DB Mysql in Website - PHP is still the best way?

killiak

Member
Licensed User
Longtime User
Just to be upated (Sorry folks 40 years old, Hydraulic specialist non programmer guy)

I have a Website, still a small enough to avoid VPS or dedicated. So i don't have "root" access for use those lovelly RDC that are all over the b4x site.

In this Scenario, PHP for Mysql is still the best way to do it? or something is new around that i don't know about it?

Thanks!
 

killiak

Member
Licensed User
Longtime User
There is another option. Search for JdbcSQL.
It allows you to connect directly to the database server.

Whether it is better or not depends on your specific requirements. If it is an internal application then it might be better. I wouldn't use it with a consumer app.

Ok Erel Thanks

I mean i have a website in a hosting server, this website has a HTML Frontpage for of course the users, but i don't have to much control, my hosting doesn't allow me to do much that create the website and control it by myphpadmin... And the Android application is just a fast mirror of my website.

That way seems PHP the only way.

Thanks!
 
Upvote 0
Top