Languages

Components, Scripts, Codes: PHP / Documentation / Examples and Tutorials / Miscellaneous

Using Strings

"This tutorial starts with the simple constructs used to create strings and moves through to more advanced techniques for string handling."

By: zend.com Homepage


 

Freeware

Using PHP and XML with Apache Cocoon

This column by Darren Beale placed on PHP Builder in June, 2000 explains how to use PHP to generate XML dynamically and pass it to Cocoon to obtain...

By: phpbuilder.com Homepage

Freeware

Using PHP As A Shell Scripting Language

This article explains the requirements and how-tos for using PHP as a shell scripting language much like Perl and presents many examples of...

By: phpbuilder.com Homepage

Freeware

Using PHP Error Handling

This article explains how to use Apache ErrorDocument redirects and PHP to create custom 404 Not Found responses and more. It also explains how to...

By: phpbuilder.com Homepage

Freeware

Timing Script Execution

This article presents an entire class that can be used to time your script's execution. It explains the microtime() function and how to use it in...

By: phpbuilder.com Homepage

Freeware

Team development method for PHP

An article explaining a method faciliating team development of PHP projects.

By: geocities.com Homepage

Freeware

Search Engine Friendly URLs with PHP

Get clean and search engine friendly URLs without using mod_rewrite.

By: tutorio.com Homepage

Freeware

Running PHP Scripts Securely

This tutorial explains how you can use wrapper programs to secure your PHP programs and database accesses so they are only accessed by authorized...

By: phphelp.com Homepage

Freeware

Regular Expressions

This tutorial goes over the basics of regular expressions and introduces some common PHP "preg" functions.

By: icemelon.com Homepage

Freeware

Random daily number

This tutorial will show you how to generate a daily random number.

By: nr1webresource.com Homepage

Freeware

Random Password Example

This is a random password example that can be used with a user signup system.

By: tutorials.programmingsite.co.uk Homepage

Freeware

PHP for PDF

This tutorial focuses on integrating the PDFLib with PHP4 to create PDF documents for your web site, including on the fly formatting from a MySQL...

By: phpbuilder.com Homepage

Freeware

PHP Debugging with Class

This article presents a class that was designed in PHP to debug CGI programs and describes how it works and how to use it to solve your problems.

By: webtechniques.com Homepage

Freeware

Metatag Generator

An example of a simple metatag generator you could put on your site.

By: tutorials.programmingsite.co.uk Homepage

Freeware

Make your PHP code portable

This article shows you how to distribute a setup required by your program to run.

By: martin.f2o.org Homepage

Freeware

Learning to Use Regular Expressions by Example

This is a fairly lengthy article that will teach you how to use PHP's regular expressions by offering examples of useful code such as e-mail...

By: phpbuilder.com Homepage

Freeware

HTTPS Transactions via PHP

This column explains and provides an example of how you can simulate an HTTPS POST query to a web page using PHP and a program called cURL.

By: phpbuilder.com Homepage

Freeware

Generate RSS Feeds

Learn how to create an XML/RSS feed dynamically through PHP.

By: icemelon.com Homepage

Freeware

Encryption Tutorial

Lesson 2 of this tutorial explains how to use PHP's crypt() function and mcrypt library to use encryption within your programs.

By: hotwired.lycos.com Homepage

Freeware

Custom error pages using .htaccess

Learn how to make your own customised error documents using .htaccess on an Apache server.

By: totallyphp.co.uk Homepage

Freeware