PHP Snippet Code To Generate Random Float Number

Generating a float random value in PHP is little bit tricky. Both rand() and mt_rand() will return Integer value. But sometimes you need to generate random float value, for currency or math case for examples. So i would like to share my little script to generate a Float random value.Usage:This code is free to use in any php application you like. If you like please leave me any comments, i really appreciate it. … Read more...

Things You Can Do With PHP cURL

Curl is a command line tools to transfer data using various protocol. Curl project was released with libcurl, which is a library for curl that can be use in multi programming language. But it is widely use for PHP with PHP Curl library."curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. curl supports SSL certificates, HTTP POST, … Read more...

Blackberry Desktop 6 Software: Keep Your Blackberry Sync To Your PC

Since the Blackberry 6 comes out with their new BlackBerry Torch 9800 and Curve 3G, RIM also release Blackberry Desktop Software version 6.0. To accommodate Blackberry 6 synchronization and management with your Windows PC or Mac. Beside it's clean and user-friendly User Interface (UI) this new released software also officialy support Microsoft Outlook 2010 to exchange your contacts, emails and other data.Beside it is clean and nice UI of Blackberry 6, now it is support Wi-Fi music sync. What … Read more...

Backup Your Website Files To HotFile

Wise man said "Backup early, backup regularly!", you don't know when disaster come. Start from being hacked, data lost, account being suspended by your host provider and many more. Your visitor and your data is the most crucial thing. You need to keep your visitor and you have to keep your data save. And you have to backup regularly.There are many tools to backup your website and many online backup service start from free (but limited) and paid service (like Amazon S3). I couldn't afford to … Read more...