Hi,
I have just started using PHP and am from a non computing background. But i wanted to learn a bit of programming so started with PHP.
i was just trying to make a integration tool, using PHP, JavaScript and HTML.
to explain the senario,
i am submitting user data to multiple web servers as query and extracting output to display it to the user.
for this i am using cURL. But one of the pages needs to be refreshed continously to get the final result.
i searched the net to help me out but most of the places give me codes to refresh a html page
i was wondering if i could do that with php or best using cURL.
thanks
I have just started using PHP and am from a non computing background. But i wanted to learn a bit of programming so started with PHP.
i was just trying to make a integration tool, using PHP, JavaScript and HTML.
to explain the senario,
i am submitting user data to multiple web servers as query and extracting output to display it to the user.
for this i am using cURL. But one of the pages needs to be refreshed continously to get the final result.
i searched the net to help me out but most of the places give me codes to refresh a html page
i was wondering if i could do that with php or best using cURL.
thanks
Comment