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!
i use CURL to get content of file...
i use session and now i wnat that curl use the already opened session becouse in session i have some strings the curl needs, to gret the proper output of grabed PHP file...
get it?
again
1. i use
session_start();
$_SESSION['var1'] = "this";
2. i use curl to get a content of PHP file and i need a session var1 parameter to have the output i want...
i have tryed several things though...nothing seems to work...
i have an idea to tell curl to use already opened session....though....dont know how to do that?
anyone?
4. All users of any level are restricted from bumping (as defined here) any given thread within twenty-four (24) hours of its last post. Non-trivial posts are not considered bumping. A bump post found in violation will be deleted, and you may or may not recieve a warning. Persons bumping excessively be considered as spammers and dealt with accordingly.