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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -