unkn00wn Posted January 3, 2013 Share Posted January 3, 2013 (edited) Hello all, I am new to this site so please forgive if something's wrong. Actually i have to visit a link for around 40 to 50 times thrice a day using different variable values. Luckily that link is php and accepting variables in link. As, www. example. com / result ? var1 = 5 & var2 = simplestring & var3 = 5000 So what i have to do is change the values of var1, var2 and var3 multiple times in multiple period of day and note results. As the outcome of the link is just simple string, i can easily catch the output in a string variable. Any ideas how to so such thing? I am beginner to php but learned something about "file_get_contents()" Thanks Edited January 3, 2013 by unkn00wn Quote Link to comment https://forums.phpfreaks.com/topic/272646-how-to-use-php-to-concentrate-multiple-output-on-same-page/ Share on other sites More sharing options...
Muddy_Funster Posted January 3, 2013 Share Posted January 3, 2013 ... i have to visit a link for around 40 to 50 times thrice a day using different variable values... why? Quote Link to comment https://forums.phpfreaks.com/topic/272646-how-to-use-php-to-concentrate-multiple-output-on-same-page/#findComment-1402978 Share on other sites More sharing options...
unkn00wn Posted January 3, 2013 Author Share Posted January 3, 2013 why? I have to take readings, its like my primary assignment. Now i am not here asking help my assignment, i am asking to improve it. I already tried "file_get_contents()" and it worked, but for larger requests my "free web hosting" account fails... SO i am asking for another workaround! Quote Link to comment https://forums.phpfreaks.com/topic/272646-how-to-use-php-to-concentrate-multiple-output-on-same-page/#findComment-1402980 Share on other sites More sharing options...
Muddy_Funster Posted January 3, 2013 Share Posted January 3, 2013 that's why I'm asking why it is being done this way, this sounds like a strange way to do things. Break down the assignment, and the technology involved, and lets see if there is a better alternative to the way things are being done at the moment. Quote Link to comment https://forums.phpfreaks.com/topic/272646-how-to-use-php-to-concentrate-multiple-output-on-same-page/#findComment-1402982 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.