Are you a member of PHPFreaks and have a blackberry? Well RIM just recently released Blackberry Messenger 5.0! What does this mean for you, the user? It means that you have all sorts of cool new features in your Blackberry Messenger, including groups! That's right, groups!
To get started I've got a couple links that will help you download the new messenger and that will walk you through the basics of the new features:
http://crackberry.com/blackberry-messenger-5-0-now-available (Install BBM 5.0)
http://crackberry.com/blackberry-messenger-5-0 (The BBM 5.0 User Guide)
Okay, so now you should have your Blackberry Messenger 5.0 set up. Right? Click your options button (referred to as the Berries button). Go down to scan a group barcode. Your camera will activate. Hold it towards your monitor and center the image (see attached image and the link below) so that the camera displays all the image. Hold it there (may take a few seconds and up to a minute). The berry will make a beep noise and you'll be added to the PHPFreaks Blackberry User Group!
http://tweetphoto.com/b1d280 (Link to the Blackberry Group Barcode)
Enjoy!
*note that tweetphoto might max out for that particular photo per month, in which case you can use the barcode that I attached. All the same*
Can't get the unicode character
I'm trying to get some text from various parts of a file. I have converted the file to hex (bin2hex) and I've got this:64 72 e6 62 65 72 (without spaces)I'm converting that back by:Code:
modifying a property of an object from a different class
I have 2 classes:- Math- Distancein my math class, I have this line:$distance = new Distance($this->query, $this->distances);and this property:public $special = array();in my Distance
Multi Dimensional Array Append
Hi Guys I have a function that returns a multidimentional array eg $result = function(param)echo $result[0][1]." ".$result[1][1]but I want to call the function 4 diffrent times and append to
Shuffle between users ??
I have multiple $users in table. I need to send them $message.I need to send the next message available in the database to the next user who got least amount of messages.Or how could I place those
Baffled by Undefined Index in Simple Array: Please Help!
Hello. I have a form which posts an array to this script. However, I can't seem to access the values in the array; I keep getting an undefined index. Something is not right, but the code is so simple!
Having Problem with Date
l have a submit buttom where user have the possibility to add a date to specify when his message should be made reachable online.I have seen a bug which l am not having a clue to solve and l need
Why is my row count 0?
Here's the MySQL query i'm running. It basically pulls data from 2 tables based on some data passed.Here are things i know.1. The data passed is passed correctly, and is correct as far as data goes.2.
Problem in back link
I have page where i have given javascript back link but when i click on it browser give a messageWebpage has expired
cURL and Sessions
Ohai.So, I'm trying to cURL a bunch of things off of a page, and put them into a session. I've added all of the items so they look like $_SESSION['fur'] = ge_item(6814)Now I just need to figure out
PHP MySQL and DATE
Hi everyoneI have a databse and in one of the columns I have date values such as 2009-March-27. If i have a php interface and want to use a query to select all the rows that is in say october. how