Help on PHP CURL script [closed]
- by Sumeet Jain
This script uses a cookie.txt in the same folder chmoded to 777...
The problem i am facing is i hav many accounts to login...
Say if i hav 5 accounts...i created cookie1.txt,cookie2.txt an so on.. then the script worked..with
the post data
But i want this to be always logged in and post data..
Can anyone tell me how to do this?????
Code which works for login and post data is
http://pastebin.com/zn3gfdF2
Code which i require should be something like this ( i tried with using the same cookie.txt but i
guess it expires :( )
http://pastebin.com/45bRENLN
Please help me with dealing with cookies...
Or suggest how to modify the code without using cookie files...