Home

Submit

Source

Feeds

Home » PHP » Miscellaneous ::

PHP Miscellaneous
CAPTCHA is a simple test to determine if a user is a computer or a human. It is used to prevent spam abuse on the websites. So if you use CAPTCHA on your web site forms, this can help in stopping some bots and making life harder for other bots in accessing or using your forms. In brief the CAPTCHA protection works by generating a random string, writing it to an image, then storing the string inside of a session or by some other method. This is then checked when the form is submitted. The goal of this tutorial is to demonstrate how to make your own simple CAPTCHA protection using PHP and AJAX technologies.
Related Tutorials
PHP General Development
Creating CAPTCHA
PHP / General Development
Keep them bots at bay with this CAPTCHA tutorial.

Site: rmb-scripting.com Report - View Tutorial

PHP Sessions and Cookies
Password Protection with PHP, MySQL, and Session Variables
PHP / Sessions and Cookies
Learn how to implement password protection using PHP, MySQL and session variables.

Site: www.codebeach.com Report - View Tutorial

PHP Chats
JSON AJAX Web Chat
PHP / Chats
This tutorial will walk you through the steps to create an JSON AJAX driven website.

Site: www.dynamicajax.com Report - View Tutorial

PHP Dynamic Images
Creation of captcha / Part II /Secure forms
PHP / Dynamic Images
Creation of a captcha image using secure forms.

Site: forum.codecall.net Report - View Tutorial

PHP Forms
PHP Feedback Form: Advanced
PHP / Forms
The problem with my basic PHP Mail Form tutorial is that it offers no protection from spam and meta tag injection. This is fine if you have a very low-traffic site not listed at major search engines, or have a private website, but bigger sites need more.

Site: www.webdesign.org Report - View Tutorial

PHP Security
PHP captcha verification
PHP / Security
This way of preventing automated submissions is very used on the internet. More and more website owners start looking for a tool to prevent SPAM.I too have to delete about 200 SPAM messages a week submited through the comments area in this articles. The bad thing is that, if you don't do something to stop this spammers, the number will increase each day.

Site: www.roscripts.com Report - View Tutorial

PHP Chats
AJAX Web Chat Part 1
PHP / Chats
This tutorial will walk you through the step in order to create an AJAX driven web chat program. This will be a very simple program, but will be expanded upon in future tutorials.

Site: www.dynamicajax.com Report - View Tutorial

PHP Forms
How to create an AJAX contact form
PHP / Forms
This tutorial shows users how to create an AJAX contact form. The form method in this tutorial is set to POST.

Site: www.geekpedia.com Report - View Tutorial

PHP Navigation
HTACCESS Wrappers with PHP
PHP / Navigation
HTACCESS is a remarkable tool you can use for password protection, error handling (like custom 404 pages), or HTTP redirects. It can also be used to transform whole folders in seconds: adding headers to all your HTML documents, watermarking all your images, and more.

Site: www.codebeach.com Report - View Tutorial

PHP Date and Time
Calendar Script using PHP and Script.aculo.us (JS)
PHP / Date and Time
This is a very simple calendar script that is extremely easy to integrate a database into, and it will also get you into AJAX using Script.aculo.us.

Site: nodstrum.com Report - View Tutorial

PHP E-Commerce
Google Checkout Integration for PHP
PHP / E-Commerce
Using Google checkout buying from stores across the web becomes simple and also facilitates you to keep track of all the orders.The Google Checkout's fraud protection policy protects you against all the unauthorized purchases made via Google Checkout. Another advantage is that the Google Checkout does not share the history of the purchasers with other sellers.With Google checkout your email is well protected and is kept confidential. Tracking down your purchase history list is also simple.

Site: www.macronimous.com Report - View Tutorial

PHP Security
.htaccess Password Protection
PHP / Security
Learn how to super protect your files without the use of mySQL.

Site: www.spoono.com Report - View Tutorial

PHP General Development
A HOWTO on Optimizing PHP
PHP / General Development
PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. In this chapter, we explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. We also cover how to tune and optimize your PHP scripts so they run even faster.

Site: phplens.com Report - View Tutorial

PHP Getting Started
What is PHP and Why Should I Care?
PHP / Getting Started
One of the first things most people want to know about PHP is what the initials stand for. Then they wish they had never asked. Officially, PHP stands for PHP: Hypertext Preprocessor.

Site: nicetutz.blogspot.com Report - View Tutorial

PHP Getting Started
PHP Basics
PHP / Getting Started
In this tutorial, i will teach you how to make a basic php program.. Mainly how to print output from a php script... I hope you will enjoy using PHP as much as i have, and that you will NEVER use ASP again (if you ever have).

Site: www.webdesign.org Report - View Tutorial

 
Site Search

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