Webmaster Tutorials -> Php Tutorials -> It Tutorials
Sponsored Links
Php |
Basic Php
Author/Publisher |
iTechCollege
PHP is a computer scripting language, which is originally designed for creating dynamic web pages. PHP is an open-source language, used primarily for dynamic web content and server-side applications.
In this course, you will learn how to:
How to write to screen; Generate and Retrieve a query string; Use functions; Redirect a page; Show environment variables; How to use cookies in PHP; Include a page; How to connect to MySql database; PHP`s most advantage: create an image directly.
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
Working with dates and times in PHP
Php |
Date and Time
Author/Publisher |
solarisedesign
When developing more complex PHP sites, especially forums, discussion boards and blogs where date and time functions are important, you’ll regularly encounter situations where you need to display and manipulate values based around the current date and time. PHP includes a range of functions which can help you to easily format and adjust your date and time displays to suit your needs. In this tutorial, we’ll look at some easy ways to display calendar information for your visitors.
How to make a string safe for display in php
Php |
Basic Php
Author/Publisher |
Let's Start Coding
The internet is not safe. It never will be. We will always have trolls and spammers, but even worse: Hackers. Luckily, you can fight these as a webmaster. The most common reason how your website gets hacked, is via user input that gets displayed. I’ll show you how to avoid this with a fairly simple script.
Custom RSS 2.0 Content Feeds using OOP
Php |
Object Oriented Programming
Author/Publisher |
PrimePHP.com
With WEB 2.0 fast approaching we are scurrying to make our sites ready for the change. Adding syndicated content to get a deeper reach in to this web is one way to get started. In this tutorial i will show you how to make your own RSS 2.0 Content Feed using Object Orientated Programming for your website. At the end of the tutorial there will also be the full script for you to learn by example or just cut out the middle man and use it.
Php |
Object Oriented Programming
Author/Publisher |
PrimePHP.com
This MySQL OOP Database connection class was submitted by David Rosthorn and it makes MySQL queries more manageable by breaking down the key functions and features of the MySQL module found in all standard PHP installations and creates an environment that is a little faster to work with.
Search Engine Friendly URLs with mod_rewrite and templates
Php |
Advanced Php
Author/Publisher |
PrimePHP.com
You see them all over the internet, search engine friendly URLs are becoming very popular. There are a couple ways to achieve a search engine friendly URL but the easiest way to implement them is to use mod_rewrite in your .htaccess file. In this tutorial you will learn how to read and call a search engine friendly URL on your website using a gateway type template script.
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.
Sponsored Links
| Featured Templates | |
| View more templates |
all Free Webmaster Tutorials are properties of their respective owners
page loaded in 0.0891 seconds