Paths to execute PHP scripts to connect with servers from Android -


im doing android app connects mysql server store data. using xampp possible access php scripts android getting ip address of server plus php file name(the scripts must in httdocs folder) example:

192.168.1.1/namescript.php

my question is...if has server (not using xampp), path execute scripts same? mean, random path of script, without server ip before?(192...in case) connection server done in php file dont know how works servers without xampp.

thanks

you need web address/ip identify file accessing. /namescript.php web request have no idea going. need identify web portal script can found : example 198.123.1.45/some/path/to/script.php. xampp local testing correct? can away having in root folder, when on live server might not have flexibility either because of server limitations or better file management.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -