|
|
|
|
Tutorial by
totalpenguin.com
This tutorial will teach you how to install PHP and MySQL on a CentOS Linux box. CentOS makes it very easy with the YUM package manager and you should have no problems installing.
|
|
Added on:
6/8/2011
|
Rating:
|
Viewed
4 Times
|
|
|
|
|
|
Tutorial by
onlinemoneymunchers.com
If you program with PHP, you'll often need to format numbers to represent currency. This PHP tutorial will show you how to format money using PHP in the locale's international currency format.
|
|
Added on:
6/8/2011
|
Rating:
|
Viewed
4 Times
|
|
|
|
|
|
Tutorial by
superdit.com
Create simple library in Codeigniter PHP Framework to load most common layout.
|
|
Added on:
5/14/2011
|
Rating:
|
Viewed
5 Times
|
|
|
|
|
|
Tutorial by
codingmix.com
If you have a website where you let your users to upload images, you know that even the small images (around 100x100) can reach 50 - 100KB. This is way too much, when you could simply downsize the image to around 1 - 5KB, this is only the 1 - 5% of the size of the original image.
|
|
Added on:
1/18/2011
|
Rating:
|
Viewed
1 Times
|
|
|
|
|
|
Tutorial by
codingmix.com
Finally my private chat room is ready! I'we used jQuery, PHP and 2 MySQL tables to write this script. This is the first version, this is some kind of beta version, because I hadn't test it yet, because it needs at least 2 users to work...
|
|
Added on:
1/17/2011
|
Rating:
|
Viewed
5 Times
|
|
|
|
|
|
Tutorial by
codingmix.com
In this tutorial I will show you how to upload and then downsize a large image (upto 100kb) to only 1-5kb using php and gd
|
|
Added on:
1/15/2011
|
Rating:
|
Viewed
4 Times
|
|
|
|
|
|
Tutorial by
codingmix.com
In this tutorial I will show you how to create a private chat system where the online users can see each other and chat only with the selected person.
|
|
Added on:
1/9/2011
|
Rating:
|
Viewed
14 Times
|
|
|
|
|
|
Tutorial by
codingmix.com
In this tutorial I will show you how to make your URL`s more SEO friendly using Apache mod_rewrite to rewrite your URL`s by editing your .htaccess file.
|
|
Added on:
12/19/2010
|
Rating:
|
Viewed
9 Times
|
|
|
|
|
|
Tutorial by
codingmix.com
This is a very detailed tutorial about using PHP sessions. A session is like a variable that can transfer data between more pages.
|
|
Added on:
12/6/2010
|
Rating:
|
Viewed
8 Times
|
|
|
|
|
|
Tutorial by
webmastertalkforums.com
In this tutorial you will learn all about PHP functions and what they do.
|
|
Added on:
12/1/2010
|
Rating:
|
Viewed
4 Times
|
|
|
|
|
|
Tutorial by
ramui.com
Sometimes you require zipping a file or even an entire directory at your server with PHP. The best way is to use ZipArchive class to do it. If you have PHP 5.2 or later version installed on your server and if zip library is enabled then ZipArchive class will be available to you. This class has lots of useful member function which makes easier in zipping files.
|
|
Added on:
11/15/2010
|
Rating:
|
Viewed
5 Times
|
|
|
|
|
|
Tutorial by
codingmix.com
I write this tutorial because the first version of my Chat script had some problems in IE (Internet Explorer): After the message was submitted the page was not refreshed.
|
|
Added on:
11/8/2010
|
Rating:
|
Viewed
8 Times
|
|
|
|
|
|
Tutorial by
codingmix.com
I write this tutorial because the first version of my Chat script had some problems in IE (Internet Explorer): After the message was submitted the page was not refreshed.
|
|
Added on:
11/7/2010
|
Rating:
|
Viewed
3 Times
|
|
|
|
|
|
Tutorial by
brighthub.com
Display code with line numbers using this PHP snippet
|
|
Added on:
5/21/2010
|
Rating:
|
Viewed
6 Times
|
|
|
|
|
|
Tutorial by
brighthub.com
This snippet shows you how to profile a PHP script
|
|
Added on:
5/21/2010
|
Rating:
|
Viewed
3 Times
|
|
|
|
|
|
Tutorial by
brighthub.com
Display an image based on the date in PHP
|
|
Added on:
5/21/2010
|
Rating:
|
Viewed
4 Times
|
|
|
|
|
|
Tutorial by
brighthub.com
Find the various averages of an array in PHP
|
|
Added on:
5/21/2010
|
Rating:
|
Viewed
3 Times
|
|
|
|
|
|
Tutorial by
brighthub.com
Convert BBCode in HTML using PHP
|
|
Added on:
5/21/2010
|
Rating:
|
Viewed
3 Times
|
|
|
|
|
|
Tutorial by
tutorrealm.com
This tutorial will enable user's to type their gamertag into a text field and then the gamercard will automatically appear on the user's profile. You may want to add an Xbox Live Gamercard to your Drupal website for any number of reasons. For example, you may be starting a clan website or some form of a gaming website. For whatever reason you may have to add an Xbox Live Gamercard to your Drupal website, this tutorial will give you the knowledge to do just that.
|
|
Added on:
5/17/2010
|
Rating:
|
Viewed
3 Times
|
|
|
|
|
|
Tutorial by
packtpub.com
Having seen form validation in the previous article, we will now cover database interaction. Databases are the backbone behind any Web application. Without a database, you'd have nowhere to hold all of your data, and SQL queries can become long and cumbersome to type out. Thankfully, CodeIgniter gives us a brilliantly simple way to interact with our Database.
|
|
Added on:
5/5/2010
|
Rating:
|
Viewed
10 Times
|
|
|
|