PHP Tips & Tricks - LearnPHP.org

PHP Tips & Tricks will share with you the most useful and necessary practical information and recommendations with the detailed examples and explanations of their future usage in a working procedure.Being acquainted with all aspects and nuances of the task you would like to perform, you get a chance to do it yourself without wasting your time for stressful attempts and worthless efforts, just using the proposed tricks as a pattern. PHP Tips & Tricks - it is the easiest way to reach your goals in appropriate way, being able to incarnate all its aspects. All information that can be of a current importance is gathered in one Tips & Tricks unit thus being mostly easy-to-use.
Sort byTutorials Per Page
Pages:7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Next| Last
This chapter helps readers to create a form validation application that implements traditional techniques with added AJAX flavor, thereby making the form more user friendly, responsive, and pleasing.
December 22, 2009 Today Views: 1 Total Views: 634
I'm been building a system of my own for a while now, and thaught of sharing some code with you. I'm building some kind of community, with users and stuff.
In most systems, you need to have configuration parameters, that you can easily change, and especially..
December 21, 2009 Today Views: 1 Total Views: 543
Create a Twitter style pagination using jQuery and CodeIgniter.
December 21, 2009 Today Views: 3 Total Views: 1,183
Cookies is small text files saved locally on the user's computer by the website, when the website later on wants the information it just reads the cookie on the user's computer. An example on what you can use cookies for is to see if the user has visited the site before.
December 18, 2009 Today Views: 1 Total Views: 753
The Ternary comparison operator is an alternative to the if-else statement, it's shorter and could be used to easily do a significant difference depending on a condition without the need of a if statement.
December 17, 2009 Today Views: 2 Total Views: 499

Sessions in PHP

Author: phb50530  Rating:
Sessions is a good way for storing temporary data between your pages. A session is usually closed pretty fast after that the user have left the site so as I said, it's good for temporary storage, an example is the user's name or items the user have put in his/her shopping cart.
December 17, 2009 Today Views: 1 Total Views: 658

Simple file uploader

Author: phb50530  Rating:
Hello, today I'm going to explain you how you can make a simple file uploader.
December 16, 2009 Today Views: 2 Total Views: 722
The class that we are going to create within CI will simply add a math question that the user will have to enter correctly to continue. This is useful to stop bots from mass submitting information to your forms.
December 16, 2009 Today Views: 1 Total Views: 627

Graphics in PHP

Author: phb50530  Rating:
I will in this tutorial show you how to create images with PHP, this uses inbuilt functions and doesn't need anything else then just PHP to work. Let's begin.
December 16, 2009 Today Views: 1 Total Views: 703

Ajax innerHTML

Author: phb50530  Rating:
This tutorial continues my tutorial on innerHTML. In this tutorial, instead of using a function that will directly update the page, we are going to use ajax techniques to update the page. By using Ajax, you can call out to any piece of PHP (or other web language like ASP) code.
December 15, 2009 Today Views: 1 Total Views: 599
Pages:7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Next| Last