i think my api script is slow & the website whose api m using
cant handel alot of contentious request
so i have to do something like sending first 30 request firstly & then after some gap maybe 2-5 second have to send another 30 request
or something like that & while request id being send i have to slow user something like "loading........ " or something like that so they dont send same request again & again
i am using API of a website which allow me to do some task i want to do that task as fast as possible
but after 33 contenious server give me
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
so i want a fast script to submit data given by user & also want to prevent user from this error
the only option i can think of is limiting user submit limit to 30 or to 33 to prevent user from the error
any better suggestion ?
i limiting is not a good solution
i have a page which is already programmed to do something
actually i am using API of a website
& i want fast method to send request to API
& sorry about my bad english
i want to send a request to a website
i mean i want a php script to open a website in background
dont want user to see website
& i dont want to use iframe or get_file content etc..
bcoz after 30-40 request server give me Error
& i am trying curl
any fast way to do it ???
i just want to open the website which user give me
& also i want something to protect the script from posting same request again & again
i already added captcha
but still while my code is working on backgroung user didnt see it so they press submit button again & again
i want so show something like working or loading image in website while the script is being execute
i want a php scipt to fetch data from columns & display it on a page as table
also in <td > i want to add href (reffer a link)
the output should be like this
<table>
<tr><td>ID</td><td>Name</td><td>random</td></tr>
<tr><td>1</td><td><a href="profile_link">yhi</a></td><a href'link_2'>some text</td></tr>
i am working on a website i want it footer in the bottom of the page i did some research but whatever i found didnt satisfied me :/
can you guys help me ??
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.