Call php file in local host from Matlab? -


i have .php file returns information correctly when called typing localhost/lolo/readinfo.php in browser. when try opening url in matlab webread() or urlread() following message:

the '' protocol specified in url, 'localhost/lolo/readinfo.php', not supported. specify url protocol 'http://' or 'https://'.

which other function use information using matlab? wampserver running , .php file uses functions curl_init, curl_setopt, curl_exec


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -