php

TwitterFacebook
Get flash to fully experience Pearltrees
mysql

Xdebug 2.2.0RC2 is out! This is the second release candidate of Xdebug 2.2 which addresses a few things that were found in the first release candidate. The full change log can be found on the updates page and the source code and Windows binaries can be found on the downloads page. Please note that this is a release candidate and not guaranteed to be free of bugs. If you have issues, please file them in the issue tracker . Please try to provide enough information so that I can reproduce the issue.

Xdebug - Debugger and Profiler Tool for PHP

http://www.xdebug.org/
http://www.mysqlperformanceblog.com/2008/05/20/apache-php-mysql-and-runaway-scripts/ Sometimes due to programming error or due to very complex query you can get your PHP script running too long, well after user stopped waiting for the page to render and went browsing other sites. Looking at Server-Status I’ve seen scripts executing for hours sometimes which is obviously the problem – they take Apache Slot, MySQL Connection and other resources. I had discussion today who was thinking Apache would kill the script after “Timeout” specified in Apache configuration is reached – this was not my experience so I decided to run couple of tests to check it. I wrote couple of very simple scripts which demonstrate different behavior for scripts running very long time. For simplicity I did not use MySQL, but other system call – sleep() which has similar behavior for sake of experiment:

Apache PHP MySQL and Runaway Scripts | MySQL Performance Blog

The html blog | 10 code snippets for PHP developers

Random password generator PHP password generator is a complete, working random password generation function for PHP. It allows the developer to customize the password: set its length and strength. http://htmlblog.net/10-code-snippets-for-php-developers/
A Guide to Cryptography in PHP This comprehensive guide discusses where to get, how to install, and how to use the various cryptography packages available to enhance the security of your PHP applications. n an ideal world, words like cryptography and security wouldn't even exist, but the real world is far from perfect, so software developers have to spend a good deal of time building security into applications. Cryptography is just one piece of the security puzzle, along with SSL/TLS, certificates, digital signatures, and so on. This article explains how to use PHP to implement the most common cryptographic algorithms. http://www.devx.com/webdev/Article/37821/1954?pf=true

A Guide to Cryptography in PHP

Useful articles and tutorials

http://www.webtoolkit.info/ Ever wanted to upload files using AJAX like in GMAIL, without reloading the page? Now you can. Cross browser method to upload files using AJAX in only 1Kb of code. Read more » In programming, trim is a string manipulation function or algorithm. The most popular variants of the trim function strip only the beginning or end of the string.
Operators in PHP, and any other prgramming language for that matter, enable us to perfrom tasks on variables and values such as assign, multiply, add, subtract and concatenate them. Operators take the form of symbols (such as + and -) and combinations of symbols (such as ++ and +=).

Adobe Photoshop Tutorials

http://kaoz-tutorials.com/tutorials/PHP_programming/
http://mgccl.com/2007/03/30/simple-version-matrix-like-animated-dropping-character-effect-in-php This code is only for monospaced typefaces, else it will look strange. This is a simplified version of the dropping down characters(or Matrix Digital Rain ), I will create more complex ones later. The end result is something like this Like most animated effects I will ever make, it needs GIFEncoder class . The basic idea: On a screen, when one pixel is activated, it lights up.

(Simple version)Matrix like animated dropping character effect i

MySite - Sandro Groganz

July 7th, 2007 I have written a little Wiki entry about how to merge the design of MediaWiki and WordPress , just as I did it on my Web site. The Wiki page explains the setup and you can also download the relevant PHP and CSS files of my design at that page. http://sandro.groganz.com/wiki/MySite
http://www.sourcerally.net/regin/8-The-PHP-coder's-top-10-mistakes-and-problems

The PHP coder's top 10 mistakes and problems @ SourceRally.

Seeing the number of problems and mistakes PHP coders encounter repeatedly I set out to make this list of the 10 most common problems and mistakes done by PHP coders. It is an apparent security risk not to sanitize untrusted data before output. Besides you might end up with pages looking very messy if you do not thread user input the right way. How to fix it: Basically you need to convert , ' and " to their proper entities (< , > ' , and ") .
Introducing PHP The purpose of this chapter is to bring you up to speed on the development of PHP, where it's at now, and the reasons for programming with it. Towards the end of the chapter, you'll see your first PHP code as you start writing your first scripts. Copyright 2010 Future Publishing Limited (company registered number 2008885), a company registered in England and Wales whose registered office is at Beauford Court, 30 Monmouth Street, Bath, BA1 2BW, UK

Introducing PHP - Practical PHP Programming

http://www.tuxradar.com/practicalphp/2/0/0
2010 Dec 8 Mongodb is an up and coming document oriented database that supports many awesome features including native PHP extension, an easy to use query interface and it is blazing fast. 2010 Sep 2

PHP Help: Creating a Membership System wit

PHP Manual - Manual

downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net add a note User Contributed Notes PHP Manual

ymfony - open-source PHP5 web framework

This website is about the Symfony 1 full-stack framework. If you are new to Symfony, please visit the website for Symfony2 instead. If you want to learn more about the integration of Symfony into Drupal 8 , visit the website for the Symfony2 Components . Symfony is a full-stack framework, a library of cohesive classes written in PHP.

GeSHi - Generic Syntax Highlighter :: Home

Latest News 2011/02/11 After a quite long time of inactivity there is finally a new release of GeSHi with loads of new languages, some minor parser tweaks and fixes to existing language files. It adds 15 more languages thus making a total of 201 supported languages. This release does introduce some minor changes into the parser improving the way numbers are highlighted and extending support for common number formats. Additionally it fixes many issues with highlighting that people noticed in the various language files.