curl

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
michael122
Forum Newbie
Posts: 3
Joined: Mon Dec 19, 2005 12:36 am

curl

Post by michael122 »

hello

is there any way to get the variables information from the page i have posted via curl_init()

for example i have used
curl_setopt ($ch, CURLOPT_URL, $url);

now i want to get the variables information from the $url, during that instance .

how can i get it
Post Reply