Services_Delicious
[ class tree: Services_Delicious ] [ index: Services_Delicious ] [ all elements ]

Source for file deletePost.php

Documentation is available at deletePost.php

  1. <?php
  2. require_once 'config.php';
  3. require_once 'Services/Delicious.php';
  4.  
  5. $dlc &new Services_Delicious($username$password);
  6.  
  7. $result $dlc->deletePost('http://www.php-tools.net');
  8. if (PEAR::isError($result)) {
  9.     die($result->getMessage());
  10. else {
  11.     echo "Success";
  12. }
  13. ?>

Documentation generated on Mon, 11 Mar 2019 15:39:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.