I have a PHP cURL script to login a website and post data…
Everything is fine…. i only want to give a path to cookie files to a folder in my domain where their are many cookie files…
My script—-
The modification i want….
This doesnt work… Y??
Can anyone help me out….?
I didn’t get exactly what you were looking for. The only differences in both documents you wrote were the /g/ in the folder you wanted to save cookies at.
In order to save cookies in the same folder and read them from it you may use the following code
Hope it helps.