Jump to content

cornetofreak

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Everything posted by cornetofreak

  1. Ive just submitted a twitter api that covers your needs and is simple to use its as simpel as include 'Twitter/Twitter.php'; $Twitter = new Twitter('username','password'); // this will set the credentials used throughout the twitter api $status = $Twitter->Status->update(array('status' => "This is a new status set by the PHP TAPI.")); if($status){ echo "New status:" . $Twitter->Status->get(); } http://www.phpclasses.org/browse/package/5799.html enjoy
  2. Try typecasting the object to an array. E.g. $foo = $ThestdClass; $bar = (array)$foo; no that should convert the stdClass into an array
  3. use this $extension = strrchr($filename,".");
  4. if (its for my mom) id use simpleCms or summat along them lines!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.