Webmaster Tutorials -> Php Tutorials -> V Tutorials
Sponsored Links
Using Stored procedure with mySQL and PHP
Php |
Database Integration
Author/Publisher |
Benny Alexander
Writing external scripts to perform complex data handling is a tedious affair. The best way to automate tasks straightaway into the server is by using Stored Procedures. It is very useful to make them as flexible as possible, as it facilitates easy identification of any errors and can be used for executing a variety of tasks as well.
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痴 a simple website or a much larger web application, it痴 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痴 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値l 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値l 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値l show you how to avoid this with a fairly simple script.
Php |
Database Integration
Author/Publisher |
CodeCall.net
PHP MySQL Improved introduction and guide
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.
Sponsored Links
| Featured Templates | |
| View more templates |
all Free Webmaster Tutorials are properties of their respective owners
page loaded in 0.0843 seconds