siddscool19 Posted October 22, 2008 Share Posted October 22, 2008 How can we use limit-rate function with php??? Quote Link to comment https://forums.phpfreaks.com/topic/129623-limit-rate-function/ Share on other sites More sharing options...
trq Posted October 22, 2008 Share Posted October 22, 2008 There is no such function. What exactly do you want to do? Quote Link to comment https://forums.phpfreaks.com/topic/129623-limit-rate-function/#findComment-672021 Share on other sites More sharing options...
siddscool19 Posted October 23, 2008 Author Share Posted October 23, 2008 I read about it here http://curl.haxx.se/docs/manpage.html And I want to control the speed at which we send data using curl.......... I have a 100mbit connection due to which my script is not working well.... Quote Link to comment https://forums.phpfreaks.com/topic/129623-limit-rate-function/#findComment-672368 Share on other sites More sharing options...
prexep Posted October 23, 2008 Share Posted October 23, 2008 http://curl.haxx.se/docs/faq.html#What_is_cURL Curl is not a PHP tool, even though it works perfectly well when used from or with PHP (when using the PHP/CURL module). Quote Link to comment https://forums.phpfreaks.com/topic/129623-limit-rate-function/#findComment-672372 Share on other sites More sharing options...
siddscool19 Posted October 23, 2008 Author Share Posted October 23, 2008 Well that I know but I want to know how to control send data speed in curl? Quote Link to comment https://forums.phpfreaks.com/topic/129623-limit-rate-function/#findComment-672383 Share on other sites More sharing options...
trq Posted October 23, 2008 Share Posted October 23, 2008 Do you want to give us any more details about exactly what you want todo or should we keep guessing. I think you need to learn how to ask a question before you can go any further. Theres a great link in my signiture that should help you. Quote Link to comment https://forums.phpfreaks.com/topic/129623-limit-rate-function/#findComment-672562 Share on other sites More sharing options...
siddscool19 Posted October 23, 2008 Author Share Posted October 23, 2008 Sorry for trouble Here are the details: See I have a script and it posts on a phpbb3 forum. It works fine on my localhost since my internet is slow. But when I upload it on a hosting account majority of time it skips posting due to high speed. So I want to control the speed at which it sends data or wait for the script to send data before it proceeds majority of the time it proceeds without sending data to the forum. So I want to fix this problem. I hope you can get it now. If you will anything else is missing please tell me Quote Link to comment https://forums.phpfreaks.com/topic/129623-limit-rate-function/#findComment-672590 Share on other sites More sharing options...
siddscool19 Posted October 23, 2008 Author Share Posted October 23, 2008 Does anyone knows the answer I need it urgently for my customer Sorry for posting again can't resist my self Is my post clear now? (I mean by above one) Quote Link to comment https://forums.phpfreaks.com/topic/129623-limit-rate-function/#findComment-672718 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.