PHP

TwitterFacebook
Get flash to fully experience Pearltrees
http://thinkvitamin.com/code/php/php-password-hashing-tutorial/

PHP Password Hashing Tutorial | Think Vitamin

In this 8-minute video tutorial on PHP Password Hashing , you’ll learn how to improve your authentication code by taking passwords out of cleartext. This video is from Think Vitamin Membership , a high-quality video training site, curated by us at Carsonified and Think Vitamin, with hundreds of short videos on topics like … 10 new videos are added every week, so it’s a great way to stay up-to-date on all the latest technology and methods. Browse the entire library of videos .
RGraph2 has been released with multi-chart support. Get it here . “ For reporting performance tests, we needed a reporting system that is readily available, easily accessible, produces different reports for different audiences (Management, Engineers, Scrum Masters, Product Audiences, etc) and different periods (daily, weekly, iterations, etc). http://www.rgraph.net/?

www.phpguru.org

his article shows you how to use the most important iterator classes: ArrayIterator, DirectoryIterator, FilterIterator, and so forth, found in the Standard PHP Library (SPL), and how to integrate SPL with PHP Data Objects (PDO). The Standard PHP Library The SPL represents a collection of interfaces and classes for PHP 5 that help resolve some common problems and that let developers take full advantage of object-oriented programming. Some of the SPL's most used capabilities are: advanced array access, the ability to customize collection iteration with foreach or while, enhanced file and directory access, and advanced SimpleXML object handling. But the best new functionality that the SPL provides comes in the form of iterators. According to Wikipedia, an iterator is an object that allows a programmer to traverse through all the elements of a collection, regardless of its specific implementation.

Using Iterators in PHP

http://www.devx.com/webdev/Article/43074?trk=DXRSS_LATEST
Project homepage This is the project homepage of the StringParser_ BBCode class. With the help of this class it is possible to parse so-called BB-Codes. http://www.christian-seiler.de/projekte/php/bbcode/index_en.html

Class that parses BBCodes for PHP

Introduction Welcome to the homepage of "XML-RPC for PHP". It is a library implementing the XML-RPC protocol, written in PHP . It is also known as PHPXMLRPC. It is designed for ease of use, flexibility and completeness. http://phpxmlrpc.sourceforge.net/

XML-RPC for PHP

http://phpir.com/pagerank-in-php

PageRank In PHP

Google was a better search engine than it's predecessors for a number of reasons, but probably the most well known one is PageRank, the algorithm for measuring the importance of a page based on what links to it. Though not necessarily that useful on its own, this kind of link analysis can be very helpful as part of a general information retrieval system, or when looking at any kind of network, such as a friend graph from a social network. Larry Page came up with PageRank as a way of measuring the importance of a page while at Stanford in the mid nineties. The idea is that there is a random surfer, who starts on web page then browses through in a somewhat random way. For each page the surfer visits he randomly chooses one of the links from that page and follows it.
Fatal error : Table './www_evolt_org/cache' is marked as crashed and should be repaired query: SELECT data, created, headers FROM cache WHERE cid = 'http://evolt.org/node/60384' in /local/web/hosts/www.evolt.org/includes/database.mysql.inc on line 66

PHP Login System with Admin Features | evolt.org

http://www.evolt.org/node/60384
This PHP tutorial will show how to create a simple PHP class to search the flickr site for some photos. To get the data we use the flickr API to run a simple search and return the results in a serialized array. We will be using the php function "file_get_contents" to receive data from flickr. The data which we will receive will be a serialized PHP array which means all we need to do is unserialize the array and we will easily be able to use the data returned. As an alternative we can use a cURL function to get the data, for example if the function "file_get_contents" is not allowed on your web host. API Authentication

Search for photos using PHP and flickr

http://www.web-development-blog.com/archives/search-for-photos-using-php-and-the-flickr-api/
SQL injection is an often used technique to attack databases through a website. This is done by including portions of SQL statements in a web form entry field in an attempt to get the website to pass a newly formed rogue SQL command to the database (e.g. dump the database contents to the attacker). SQL injection is a code injection technique that exploits a security vulnerability in a website's software. The vulnerability happens when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and unexpectedly executed. SQL commands are thus injected from the web form into the database of an application (like queries) to change the database content or dump the database information like credit card or passwords to the attacker.

SQL injection

http://en.wikipedia.org/wiki/SQL_injection#Preventing_SQL_injection

Prepared Statements in PHP and MySQLi – Notebook | MattBango.com

http://mattbango.com/notebook/web-development/prepared-statements-in-php-and-mysqli/ This article is intended for readers who have experience using PHP and MySQL. You should also have a general understanding of databases and programming (both procedural and object-oriented) as well as how to use PHP to execute a simple query to MySQL. I will not cover how to install PHP or MySQL, however at the end of the article are some links to help you get started with the installation process and for some further reading on the subject. I will be covering the basics of prepared statements in PHP and MySQLi and why you should consider using them in your own code as well as some technical explanation as to why you should use them. Introduction If you are like me and most other people, you probably have not taken the time to learn about web security when you first started writing server-side code.
It’s as certain as death and taxes: hackers will mercilessly attack your Web sites, applications, and services. If you’re vulnerable, you’d better discover these attacks yourself, before the black hats do. Now, there’s a definitive, hands-on guide to security-testing any Web-based software: How to Break Web Software.

How to Break Web Software: Functional and Security Testing of We

Pipvertise is currently up for sale on Flippa . I have unfortunately become unable to dedicate any further time towards Pipvertise, and have so taken the decision to sell it on. Pipvertise is an advertising network which aims to make it easier for advertisers to run campaigns across our publishers’ websites. We invite you to sign up to see first-hand how easy-to-use the service is. You have probably noticed the likes of Google, Craigslist and Amazon employing telephone verification in a bid to reduce fraud.

10 PHP functions you (probably) never use

Useful Classes And Libraries For PHP Developers « PHP Twitter

Numerous PHP Frameworks have evolved to enable rapid web development with PHP. However even greater number of standalone PHP libraries and classes are available which provide similar benefits. W3Avenue has compiled a list of some really useful classes and libraries that every PHP developers should be familiar with. Whether you like to use a PHP Framework or prefer to work without one, your productivity can multiply with the help of these libraries and classes. Database
WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time. The core software is built by hundreds of community volunteers, and when you’re ready for more there are thousands of plugins and themes available to transform your site into almost anything you can imagine .

WordPress › Blog Tool and Publishing Platform

How to Create WordPress Shortcodes | Nettuts+

One of the primary reasons why WordPress is the most popular CMS platform available is the sheer level of customizability that it brings to the table. Today, we’ll review the process of integrating one of those popular features, shortcodes , in the most user friendly way possible, into our theme. Even though there are a few trillion options to choose from, WordPress has comfortably taken the crown as the king of CMSs and blogging platforms with its incredible flexibility. A shortcode is one of those features that ratchet up the user friendliness of the system. However, most implementations still require you to remember the shortcode itself.
PHP 5.3

PHP