From: Clint_E on

Hi all!

I have an utility on a php website I want to query several times (say roughly around 10000). I want to access the utility in a non-interactive manner, basically I want to do a GET call from the web address..

Could anyone give me some hints on the topic?

Thanks in advance!
From: Jan Simon on
Dear Luca,

> I have an utility on a php website I want to query several times (say roughly around 10000). I want to access the utility in a non-interactive manner, basically I want to do a GET call from the web address..

What about URLREAD?

Jan
From: Clint_E on
Thanks Jan!

Luca

"Jan Simon" <matlab.THIS_YEAR(a)nMINUSsimon.de> wrote in message <i1s8q4$boh$1(a)fred.mathworks.com>...
> Dear Luca,
>
> > I have an utility on a php website I want to query several times (say roughly around 10000). I want to access the utility in a non-interactive manner, basically I want to do a GET call from the web address..
>
> What about URLREAD?
>
> Jan