Webmaster Tutorials -> Php Tutorials -> From Tutorials
Sponsored Links
Php |
Advanced Php
Author/Publisher |
AlphaPatrol
This tutorial describes how to load Excel data directly from .xls file using PHP, manipulate and insert into a database.
Classes and Object-Oriented Programming in PHP
Php |
Object Oriented Programming
Author/Publisher |
solarisedesign
In this tutorial I'll introduce you to the concept of Classes and Objects in PHP. To put it simply, an Object in the context of programming languages is a data structure which can contain any number of variables and functions all held together under a Class name. This Class can then be created in the normal scope of the code and stored inside a new variable, and multiple copies of this same class can be created. This allows for an even greater level of code encapsulation, allowing more complexity to be accessed from simple commands.
Reporting and handling errors in PHP
Php |
Advanced Php
Author/Publisher |
solarisedesign
When developing a PHP project, whether it’s a simple website or a much larger web application, it’s always a good idea to take into account the potential appearance of errors in your PHP code. An error occurs whenever PHP tries to execute an instruction which either results in an impossible outcome, or otherwise prevents the script from executing in the manner intended by the programmer.
PHP Image manipulation with GD2
Php |
Basic Php
Author/Publisher |
solarisedesign
One of the more surprising things you can learn about PHP is that it’s actually very useful when it comes to manipulating images of varying filetypes and formats. And a good thing too, since a lot of the internet is made up of pictures!
The functionality of PHP in terms of image manipulation ranges from very simple resizing of images through to more complex effects and functions using image libraries such as ImageMagick
Creating a paging system with MySQL
Php |
Advanced Php
Author/Publisher |
PrimePHP.com
In this tutorial I will show you how to create your own paging system for a MySQL database table using PHP. You will learn how to have a list of pages automatically generated from the total row count on your table based on the limit of results to be displayed per page.
Tutorial: Viewing images from MySQL Blob
Php |
Database Integration
Author/Publisher |
CodeCall.net
Display images stored in a MySQL Blob (binary).
Php |
Advanced Php
Author/Publisher |
999tutorials.com
Do you want to fetch your adsense stats directly from PHP??
PHP Templates and why they will change your life.
Php |
Object Oriented Programming
Author/Publisher |
PartDigital
Templates are what separate the pros from the beginners. Learn how to build a basic template system here!
How to connect and fetch data from mySQL database in PHP
Php |
Database Integration
Author/Publisher |
PHPhelps.com
mySQL is one of the most widely used opensource application in the world alongside with PHP and Apache. If combined together, it could simply form the best utilities to develop dynamic web sites.
Php |
Cookies and Sessions
Author/Publisher |
PHPhelps.com
Session is a period of time given to a visitor when he or she request a page from your web server. This tutorial will discuss more about using sessions in php.
Sponsored Links
| Featured Templates | |
| View more templates |
all Free Webmaster Tutorials are properties of their respective owners
page loaded in 0.1177 seconds