This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Expose the myfield field value as a context condition. | |
*/ | |
class basedoc_droits_has_corporate_option extends context_condition { | |
/** | |
* condition_values | |
*/ | |
function condition_values() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hello iam trying to excecute this php file with curl. | |
its start charging my browser and no response !!! | |
whats i miss here? | |
<?php | |
$url = 'http://apps.dev/flickr_app/index.php'; | |
$data = <<<XML | |
<books> | |
<book> | |
<name>Book3</name> |