10 Interesting PHP Tutorials

10 Interesting PHP Tutorials

2 44340
10 Interesting PHP Tutorials

10 Interesting PHP Tutorials

Today I have selected new most interesting PHP tutorials for us (web developers). I have selected with care. There are tutorials about implementing pChart, creation poll system, php-based photo filters (from tutsplus), facebook connector and so on. I hope you find it very useful for you!


1. pChart Revisited with Google Analytics

In this article you can read how mix pChart (a PHP library that creates eye-catching anti-aliased charts) with Google Analytics to get own personal results.
pChart Revisited with Google Analytics

2. Create Instagram Filters With PHP

In this tutorial, author demonstrated how to create vintage (just like Instagram does) photos with PHP and ImageMagick. Wait? What? Yes, you can do this very thing with PHP and ImageMagick, and that’s just scratching the surface!
Create Instagram Filters With PHP

3. PHP OOP simple poll system

In that tutorial, author explained how to create a simple poll system in PHP. This voting system will be purely using PHP without JavaScript client side enhancement. Its purpose is to demonstrate how we can use OOP style coding to create such as system.

4. Question of the Day with CodeIgniter and MySQL

This tutorial explains about building a small application with CodeIgniter that will be backed by a MySQL database. It will present questions and give visitors the ability to post answers. There isn’t an admin interface for adding or changing questions, but if you follow and understand this tutorial, you will be able to create one yourself.
Question of the Day with CodeIgniter and MySQL

5. PHP Function To Convert Hex To RGB

If you are working on a web app that does things with colours then you could find it useful to have function to convert between different colour types. Here is a PHP snippet which allows you to convert HEX colours to RGB colours.

6. Integrate Facebook Connect to your website

This tutorial tells us about integration Facebook Connect with your website using PHP SDK v.3.x.x (which uses Graph API).
Integrate Facebook Connect to your website

7. Upload Photos to Flickr with PHP

I have a bit of an obsession with uploading photos to different services thanks to Instagram. Instagram’s iPhone app allows me to take photos and quickly filter them; once photo tinkering is complete, I can upload the photo to Instagram, Twitter, Facebook, and Flickr. This process made me wonder what it would take to upload photos to Flickr using PHP. This post details how you can authenticate and upload photos to Flickr using PHP with phpFlickr.

8. Stream Radio Script

Our own tutorial about creating your own web radio (with using audio streams).
Stream Radio Script

9. Easy Form Generation Using FuelPHP

Thanks to FuelPHP’s fieldset class, working with forms couldn’t be easier. With a few lines of code, you can easily generate and validate a form.
Easy Form Generation Using FuelPHP

10. Powerful Chat System

Our own PHP chat system (which contains from different features like: registration, login processing, main chat, custom profiles with own avatars, private messaging).
Powerful Chat System

SIMILAR ARTICLES


2 COMMENTS

  1. It is really an good platform for PHP learners.Great tutorial and provides you appropriate info. looking forward related post to gain knowledge about PHP.

Leave a Reply