PHP/MySQL

TwitterFacebook
Get flash to fully experience Pearltrees
http://svay.com/blog/face-detection-in-pure-php-without-opencv/

Face detection in pure PHP (without OpenCV) - Maurice Bloggue

Une résumé en français est disponible en fin d’article. Lately, I’ve been looking for ways to detect faces in photos with PHP. Nowadays, face detection is built in many consumer products (camera obviously, but also Google and iPhoto), and seems to be a pretty common job.
http://htmlblog.net/10-code-snippets-for-php-developers/

10 code snippets for PHP developers « The html blog

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. Just include this function anywhere in your code and then use it. Web applications face any number of threats; one of them is cross-site scripting and related injection attacks. The Reform library attempts to provide a solid set of functions for encoding output for the most common context targets in web applications (e.g.

PHP command line syntax checking

Posted April 24th, 2010 in PHP The PHP CLI (command line interface) allows basic syntax checking of a PHP file. I'll show the basic usage of this in this post and then a couple of ways to check all files in a directory, and all files recursively down the directory tree as posted by a couple of people on Twitter. Note that the syntax checking only checks for syntax errors - it does not report the usage of variables which have not yet been defined, functions or class which have not be declared etc. http://www.electrictoolbox.com/php-command-line-syntax-checking/

CodeIgniter - Open source PHP web application framework

http://codeigniter.com/ Welcome to CodeIgniter! CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks

How-to use PHPMailer for SMTP and GMail | Web Development Blog

http://www.web-development-blog.com/archives/send-e-mail-messages-via-smtp-with-phpmailer-and-gmail/ These days I tried some plugin to send e-mail message within WordPress via SMTP. Since my domains email is hosted with Google applications I decided to send my messages via the SMTP server from GMail. I found several articles and PHPMailer tutorials, but a lot of them didn’t worked for me. Why using GMail for sending mail messages? First of all it’s FREE! Sure most website owners can use their own SMTP server for sending email messages from their website, but it makes sense even than to use GMail for sending mail.
Choosing a good PHP frameworks can help you develop complex Rich Internet Applications quickly, with a best practices oriented approach, and saving a lot of time reusing code snippets that are already available. There are a lot of interesting PHP frameworks you can choose for your next web project. Which framework you choose is really a personal decision. There is no one “best” framework on the market at the moment. Different frameworks are better for different types of projects, and for different developer. http://devsnippets.com/article/7-secure-lightweight-and-easy-to-use-php-frameworks.html

7 Secure, Lightweight, and Easy to Use PHP Frameworks | DevSnippets

This tutorial will explain many small techniques which will, hopefully, help optimize your php scripts. I considered myself a bit of a PHP pro until I started researching some of this stuff and realized that there is a whole realm of information out there about optimizing php that I didn’t know about. I hope you will be as surprised as I was about some of the things you might learn from this article. Use pre-calculations and set the maximum value for your for-loops before and not in the loop.

PHP Optimization Tips | ProgTuts

http://progtuts.info/55/php-optimization-tips/

Easy Thumbnails with PHP

http://www.devirtuoso.com/2009/07/easy-thumbnails-with-php/ Before you can get started you’ll need to make sure your server has the GD library installed. If you’re not sure if it is, just create a PHP file, and place in it and save it to your server. When you navigate to the file it will list all the important stuff about your PHP. Look for a GD section, with the GD support enabled, and we require a version higher than 2.0. Getting Started First lets look at how we want to use this script.
Freelance Web Development My name is Dave Potts. I am a Freelance PHP Developer located in Hampshire, with over 3 years experience with PHP in a LAMP environment. For more information about me, and what I am capable of please view my services page. This site has been created to tell you about myself, my career, and my personal life. I do take on Freelance projects if I have the time, so please feel free to contact me regarding a quote.

AtomicPHP

http://www.atomicphp.com/
MySQL is one of the most popular relational database management systems (RDBMS) around, with over 6 million installations. It’s a fantastic choice for any new developer, because of its open source nature, wide support and abundance of tutorials available on the subject. If you’re a newbie to the server side coding arena, don’t worry. http://devsnippets.com/article/9-tips-for-working-with-mysql-databases.html

9 Tips For Working with MySQL Databases | DevSnippets

but I have seen other groups adhere to such rules as well.

Three Quick Tips To Make Your PHP Understandable

Following are list of 15 most useful PHP code snippets that a PHP developer will need at any point in his career. Few of the snippets are shared from my projects and few are taken from useful php websites from internet. You may also want to comment on any of the code or also you can share your code snippet through comment section if you think it may be useful for others. 1. Send Mail using mail function in PHP $to = "viralpatel.net@gmail.com"; $subject = "VIRALPATEL.net"; $body = "Body of your message here you can use HTML too. e.g.

15 very useful PHP code snippets for PHP developers | ViralPatel.net

Supports several plot types,spider-plots, pie-charts (both 2d and 3d) , scatter-plots, line-plots, filled line-plots, accumulated line-plots, bar plots, accumulated bar plots, grouped bar plots, error plots, line error plots, box plots, stock plots JpGraph is an Object-Oriented Graph creating library for PHP >= 5.1 The library is completely written in PHP and ready to be used in any PHP scripts (both CGI/APXS/CLI versions of PHP are supported).

JpGraph - Most powerful PHP-driven charts

10+ extremely useful PHP classes

PHP PSD Reader A few weeks ago, I wrote an article about this PHP which allow you to display any Adobe PSD file on screen. Very usefull to create preview of PSDs designed for clients, for example. One of the most common (and boring) problem for front-end developers is definitely cross-browser compatibility. This PHP class will detect almost all browsers and simplify your cross-browser work. Akismet
Zip file ] Unzip the files and upload them to your webserver or hosting space, and start using your form. If you may need to add/remove fields or make other edits to your form at a later time, please use the "Bookmark" option on the left menu-bar.

phpFormGenerator v3.0 beta - create professional web forms in minutes