HOME
|
ABOUT US
|
PRODUCTS
|
DOWNLOAD
|
HOSTING COUPON
|
TEMPLATE
|
REGISTER
| FORUM |
CONTACT
::: Member Login :::
Username
Password
Forgot your password ?
::: PHP Turtotal :::
Basics & Beginner
(3)
Date & Time
(1)
Sessions & Cookies
(1)
Counters & Logging
(2)
Databases
(0)
Email & Mailing Lists
(0)
Membership Systems
(0)
User Authentication
(0)
Security
(1)
::: PHP Example :::
Arrays
(1)
Code Highlighters (3)
Database Functions (2)
Date & Time (5)
E-Mail
(3)
Forms
(5)
Guestbooks
(1)
Logging
(1)
Miscellaneous
(2)
Password Generators (3)
Randomizers
(3)
String Manipulation (4)
User Authentication (2)
::: Download Center :::
PHP Version
Free Ebook
Online Project
::: Search On T4VN :::
Search On Tutorials
Search On Example
Search On News
::: T4VN Statistics :::
PHP Scripts : 23
PHP Example : 35
PHP Tutorials : 8
PHP News : 8
Total Coupon : 22
Other Tutorials :
Member : 34
Visits : 16392
Member Online : 8
Home
Today :
PHP TUTORIALS
An Introduction to Mcrypt and PHP
In this tutorial you will learn how to encrypt and decrypt data using PHP's Mcrypt functions. The Mcypt library (http://mcrypt.sourceforge.net/), makes encryption/decryption extremely easy to implement. Mcrypt supports a wide variety of encryption mode and algorithms depending on your needs. In this tutorial, I will not cover all of the modes and algorithms that mcrypt is capable of, but rather, I will provide a simple interface for securing information via mcrypt and php. While mcrypt does provide decent encryption, no encryption is unbreakable, so you are forewarned that storing encrypted information in database or similar can still be insecure.
Random Title Generator using Arrays
I have always wanted to have a simple Random Title Generator for some of my sites because it would be something rather fun. I know of many Javascript-based ones, but it would 1) Give away how I did it and 2) It would not work on some browsers. So, That has always persuaded me not to do it. Until I saw a nameless site touting it and would not give away how it worked. Well, Now I know how it works and now it is my time to share.
PHP Includes
PHP includes are a great way to make editing sites easier. By creating a template and replacing the content with this PHP script, it will allow the page to get separate content files, with only the content in them. This is helpful as only one file needs to be changed when the template is edited.
Simple Hit Counter
A very simple hit counter that tracks visits per site.This program by T4VN Team.
Building a Counter
This tutorial will help you build and understand how a counter that only counts unique visitors works.
User-aware PHP scripts
Learn how to build user-aware PHP scripts that can remember your user's personal settings on your website. Also a good introduction to cookies!
Date and Time in PHP
Introduction
This tutorial will concentrate on the time and date functions provided in PHP.
This tutorial assumes several things about the reader:
You are familiar with PHP
You have access to a server or servers running the PHP package
Using If Else Statements
When you were a child did you mother ever point her finger at you and say "You'd better do this or else I am gonna..."? Well, if your mom was like my mom she may have taught you something you can use with your PHP development. As funny as it sounds, relating some PHP to your real life habbits can really help you in development when you stumble into something that has you smoking cigarettes and drinking vodka when you don't smoke or drink.
::: PHP Scripts :::
Auctions
(1)
Banner Exchange
(1)
Calendars
(1)
Chat Related
(0)
Classified Ads
(6)
Content Manage
(1)
Counters & Trackers
(0)
Customer Support
(1)
Games
(2)
E-Commerce
(2)
Email Related
(0)
Knowledgebase
(0)
Forum / Boards
(2)
Guestbooks
(2)
Image Galleries
(1)
Miscellaneous
(0)
Music Libraries
(2)
News Publishing
(1)
Polls and Voting
(0)
User Authentication
(0)
::: Other Tutorials :::
Powered By
T4VN.NET
- Version 2.0 - CopyRight @ T4VN.NET 2005-2006