Home

Submit

Source

Feeds

Home » PHP » Regex ::

PHP Regex
Regular Expression, commonly known as RegEx is considered to be one of the most complex concepts. However, this is not really true. Unless you have worked with regular expressions before, when you look at a regular expression containing a sequence of special characters like /, $, ^, \, ?, *, etc., in combination with alphanumeric characters, you might think it a mess. RegEx is a kind of language and if you have learnt its symbols and understood their meaning, you would find it as the most useful tool in hand to solve many complex problems related to text searches.
Related Tutorials
PHP Getting Started
PHP regular expression
PHP / Getting Started
In this article I will show you how to use PHP regular expressions in your own PHP scripts.

Site: www.phpf1.com Report - View Tutorial

PHP Regex
Mastering Regular Expressions in PHP
PHP / Regex
In this tutorial I will show you how regular expressions work in PHP, and give you a short introduction on writing your own regular expressions. I will also give you several example regular expressions that are often used.

Site: www.codebeach.com Report - View Tutorial

PHP Regex
Regular Expressions and PHP
PHP / Regex
We all know the importance of regular expressions. They are inseparable part of most user input form validations. This tutorial gives you the basic overview of regular expressions in POSIX style and their support by PHP.

Site: www.alphapatrol.com Report - View Tutorial

PHP File Operations
Reading and Writing files in PHP
PHP / File Operations
PHP follows almost same way of writing and manipulating files as in standard C. That is why it becomes so easy for a developer with C language background to create php application that uses files to save and retrieve data. It is a short tutorial that will get you started with writing and manipulating text files.

Site: www.apitalk.com Report - View Tutorial

PHP Emailing
E-mail Validation with PHP
PHP / Emailing
This tutorial will show you how to check to see if an E-mail address is valid. When you register on at a website, the site normally checks if the e-mail address that you enter is in a valid format. This is done by using what called a Regular Expression.

Site: www.webdesign.org Report - View Tutorial

PHP Security
Writing Secure PHP Code
PHP / Security
This article will guide you through writing secure PHP code and covers many of the common security pitfalls one will encounter while making php applications.

Site: solidox.org Report - View Tutorial

PHP Regex
Regular Expressions
PHP / Regex
The tutorial covers the following: * The definition of regular expressions and the basics of their use * Potential problems that might arise while using regular expressions * Use of regular expressions to perform data validation in a web applications * Functions that use regular expressions to perform more interesting and advanced tasks.

Site: www.brainbell.com Report - View Tutorial

PHP XML Web Services
Generating RSS Feeds on the Fly With PHP
PHP / XML Web Services
This article serves to augment the previous article. Instead of writing to a file to make an RSS feed, php code is included that makes the output of RSS without writing to a separate file.

Site: www.shadow-fox.net Report - View Tutorial

PHP Getting Started
Operations and Expressions
PHP / Getting Started
This tutorial describes: What are PHP operations, How expression works in PHP.

Site: www.herongyang.com Report - View Tutorial

PHP Regex
Email validation with regular expression
PHP / Regex
A short tutorial howto validate an email address during form processing. An example "copy & paste" html form code is included to demonstrate the functionality.

Site: www.phptoys.com Report - View Tutorial

PHP File Operations
PHP Script Tips - Reading and Writing Files
PHP / File Operations
A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending data to existing files, reading file by line or character, reading file in binary mode.

Site: dev.fyicenter.com Report - View Tutorial

PHP Getting Started
PHP tutorial for beginners
PHP / Getting Started
This tutorial is specially written for PHP newbies who need to start writing PHP. It contains link to installing PHP for beginners too.

Site: ithome.org Report - View Tutorial

PHP Getting Started
Your First PHP Script
PHP / Getting Started
In this tutorial learn how to do a PHP script. Writing a PHP script is very simple. No special software is needed, except a text editor like Notepad in which the script is written.

Site: www.webcheatsheet.com Report - View Tutorial

PHP Membership
Authentication and Security
PHP / Membership
In this tutorial we discuss the techniques used to build web database applications that authenticate, authorize, and protect the data that is transmitted over the Web. The topics covered in this tutorial include: * How HTTP authentication works and how it can be used with Apache and PHP * Writing PHP scripts to manage user authentication and authorization * Writing PHP scripts that authenticate users against a table in a database * The practical aspects of building session-based web database applications to authenticate users, including techniques that don't use HTTP authentication * A case study example that develops an authentication framework, demonstrating many of the techniques presented in this tutorial * The features of the encryption services provided by the Secure Sockets Layer.

Site: www.brainbell.com Report - View Tutorial

PHP Forms
Writing Your First PHP Script: Feedback Form
PHP / Forms
This is a tutorial on how to write your own Feedback script in PHP, complete with source code.

Site: www.thesitewizard.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement