Regular Expressions And Forms ver
| Regular Expressions And Forms | ||||||||
| Category : | Php Tutorials-tips Error handling | |||||||
| Platform : | ||||||||
| Price : | ||||||||
| Developer: | ||||||||
| Version : | ||||||||
| HomePage Address : | ||||||||
| Demo URL : | ||||||||
| Date added : | ||||||||
| Download Link : | Click to Download | |||||||
|
|
||||||||
|
||||||||
|
A simple snippet of php code to insert in your custom 404 error page. It will send an e-mail when a visitor encounters a 404 page and certain conditions are met. The tutorial explains how the script works and where to insert the code.... Custom error documents are a valuable tool to have. Using this tutorial you`ll be able to redirect any user to a specified location on your site if they have reached an error such as Error 404 - Document Not Found or Error 500 - Internal server Error. If you`ve re-designed your site recently or even moved some files around, this tutorial will show you how to use PHP and Apache`s htaccess file to avoid losing traffic.... For those of you who take on massive coding tasks such as creating an entire site from scratch, you`ll notice that it tends to become tedious to debug your code unless you`ve taken a few precautionary measures. This tutorial will start you off in the right direction. It won`t make your code debuggable for you, but you`ll have an idea on how to do it. Most code can be modified to fit the schema suited for debugging fairly easily, but this guide is written with a clean slate in mind; it will de... This simple, free script, along with a few extra lines in your .htaccess file, allows the building of custom error pages on-the-fly. The coding principles and .htaccess requirements are discussed with examples, and a complete and commented PHP script is available for download. The script allows for email notification to the webmaster when errors occur, and gives users a link to redirect them back to the site`s homepage.... Some basic examples of using regular expressions to validate user submitted form fields.... |
esmartautoresponder is a program script based on php that automatically sends a message to your website visitors when they request it. Sequential delivery feature schedules additional emails to be delivered whenever you want.Personalization feature is a program which automatically inserts the person’s name and other information into your messages.This script captures subscriber's IP address,date and time of signup to avoid spam.Features such as complete newsletter management,Unlimited follow... Jonah team has listed out a set of PHP scripts using the framework from Horde.org. The PHP files set has one file to parse XML news feeds from other sites to display it on your site. Other files help building up webpages quite easier. Complete installation notes included.... eLouai's Redirect is a powerful PHP application capable of monitoring and evaluating the total exit links on your website pages. This simple search engine friendly 3-line redirect script is easy to use and can be easily customized to your own requirements.... This PHP based shopping cart program comes bundled with all essential features and enables you to setup a storefront on your site. Category and product management system, shipping options, order management etc., to assist you to run your cart successfully. You can create catalogs for your products with images and price tags. Key features include stylesheet editor, MySQL database support, easy setup, simple maintanence etc.,... This concluding article in the series illustrates PHP`s file functions, with examples of how to read and write files on the system. It also includes an explanation of user-defined functions, return values and function arguments, together with some not-so-real-life examples.... Friendly URL`s are a very important thing to have when developing a dymanic content site that uses long query strings. A query string is something similiar to a URL like you`ll see on Ebay, Google and other big sites. If you`re running a small to medium size website and you want to make your URL`s a little easier to find you can do so via Apache`s mod_rewrite by following this tutorial.... Learn how to open, retrieve, enter, and change data within an Excel tab-delimited file. It`s easier than you think!... This tutorial might seem pretty simple and obvious for many advanced webmasters, but some beginners might have some problems. And since I remember I was a bit stuck on this years ago too, why not make things clear for anyone? When do we need to do this? Everytime we install a forum or a CMS that requires an empty database being already created for the install process.... PHP makes uploading files easy. You can upload any type of file to your Web server. In spite of security issues that should be addressed before enabling file uploads, the actual mechanisms to allow this are straight forward. In this tutorial we will consider how to upload files to some directory on your Web server. We will also discuss security issues concerned with the file uploading.... |