Webmaster Tutorials -> Php Tutorials -> Way 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.

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.

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.

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.

Automatically pluralize any english word the right way

Php | Object Oriented Programming
Author/Publisher | PrimePHP.com
If you need a function to automatically pluralize a word for you in a proper english manor you can use this function. All you do is pass the word you want to turn plural through the function and the plural version will be returned.

How to use Output Buffering in PHP

Php | Advanced Php
Author/Publisher | 999tutorials.com
Output buffers can be used in lots of different ways in PHP. Modify the output with ob_start and other functions

Show time left with PHP

Php | Date and Time
Author/Publisher | 999tutorials.com
A nice way to output the time left for a time with PHP.

Importing csv data into MySQL with php script

Php | Database Integration
Author/Publisher | Yinan Chen
This tutorial will show you how to import csv data into MYSQL with a simple PHP script. Many times you have to write a script because the import function in phpMyAdmin will not import the way you want.

Sponsored Links

 
copyright © 2003-2006 RNEL.NET

all Free Webmaster Tutorials are properties of their respective owners

Valid XHTML 1.0 Transitional Valid CSS!

page loaded in 0.107 seconds