Categories
Tags → Php And Tutorial

Track visitors with PHP

Tracking our website''s visitors is a very important step if you''re serious enough about analyzing your traffic and optimizing your pages to get the most of your visitors. There are many reasons why you should think of implementic tracking...
DETAILS

PHP: Looping Statements

PHP performs several types of repetitive operations, called &"looping&". Loops are set of instructions used to repeat the same block of code till a specified condition returns false or true depending on how you need it. This tutoria...
DETAILS

Creating a shout box with AJAX && PHP

This tutorial will cover how to make a great shoutbox to add to any web site. It makes use of PHP, MySQL, and AJAX. This is great for anyone who is just learning AJAX. It uses simple PHP code so as a complete beginner will be able to focus more on t...
DETAILS

Creating A News System

THis tutorial first started out as a Guestbook script to provide me a crash course in PHP and MySQL. After a while I needed a news system installed on a site that I used for a client. I took the Guestbook, which had basic principles of a news system,...
DETAILS

Pagination in PHP && MySQL

Do you have a news system that is becoming increasingly larger, or perhaps some custom forum software that displays to many topics on one page? Many beginning PHP developers deal with this very problem that arises from forums, news systems, guestbook...
DETAILS

Dynamic (2 level) navigation list

The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to &"remember&" the values, sub values and also the query string from previous clicked links. In this ...
DETAILS

Word Filter

Detailed tutorial on making a PHP Badwords filter. In this tutorial you will learn more about arrays and replacing strings.
DETAILS

Add a WYSIWYG Editor To Your PHP Site For Content Management

Turn your (or your customer''s) PHP site into a CMS! The ability to edit the content of your site in WYSIWYG fashion is easier than you might think, and that is what this tutorial will address in 3 easy steps. No more uploading changes to your s...
DETAILS

How to Create CAPTCHA Protection using PHP and AJAX

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 acc...
DETAILS

Starting out with PHP

So, you''ve mastered HTML and JavaScript. I guess the next stage is PHP! Don''t worry. It isn''t too hard. This tutorial is great for learning PHP right from the beginning teaching you all the basics to help you advance quickly on to m...
DETAILS

Page:
©2003-2019 jCay.com