New Scripts | PHP | Tutorials & Tips
An easy introduction to PHP
posted byXantusinIntroduction to PHP
An easy tutorial to learn the fundamental basics of PHP. The tutorial starts with a little history about PHP and how to install your home server. After that it quickly moves on to PHP syntax, variables, loops, if-statement, arrays and much more. It contains many examples to give aid during learning.
Reviews0
PriceFree
Views1603
Dynamic CSS with PHP
posted bymattinMiscellaneous
Need to generate style sheets dynamically with PHP to keep presentaion logic together or create environment aware style sheets with PHP and JavaScript? This tutorial shows you how!
Reviews0
PriceFree
Views2466
Building a Comments Script
posted byallsyntaxinDiscussion Boards
This comment scirpt uses MySQL and can be used for unique pages. The tutorial guides you through the process, step by step.
Reviews0
PriceFree
Views4237
Modifying TIMESTAMP
posted byMajd-GFXinMiscellaneous
Learn how to turn 050309112684 into 09/03/05 11:26:48 using the substr() function in php.
Reviews0
PriceFree
Views1201
How to build a member only area on your site using 4MemberOnly
posted bychangdonginUser Authentication
Today you're going to learn, in simple terms, how to use 4MemberOnly to build a member only area on your site. This is a quick, easy, straight to the point, hands-on tutorial that will get you coding in no time.
Note that to properly understand this tutorial, you will need a working knowledge of HyperText Markup Language (HTML).
Reviews0
PriceUSD 25.00
Views5523
Adding a basic PHP Text Counter to your website
By keeping track of how many people visit your website, you can get some idea of how to improve your website as the hits start to increase. Adding a basic PHP text counter is quite easy and we will take you through each step. Tutorial and full script to download and implement on your website.
Reviews0
PriceFree
Views3096
Using Cookies in PHP
posted bypetesmcinCookies & Sessions
Cookies enabled web developers to produce more usable sites, by allowing temporary storage of commonly used information by the user. This can be beneficial in shopping carts, user logon systems and general site usage. Read on to find out how to use cookies and how to implement a simple user logon system.
Reviews1
PriceFree
Views1922
Prevent Hotlinking
posted bydtang4inMiscellaneous
100% fool-proof (as far as I can tell). Prevent hotlinking to files not supported by .htaccess. For instance, I use this method to prevent people from linking to *.SWF files stored on my server.
Reviews0
PriceFree
Views1937
Generate HTML Files
posted bydtang4inMiscellaneous
Make all your webpages search engine friendly by converting them to *.htm files. (Requires mod_rewrite on your server.) Touches upon regular expressions.
Reviews0
PriceFree
Views1627
Working With Excel Files (tab-delimited)
posted byskyhawk133inFile Manipulation
Learn how to open, retrieve, enter, and change data within an Excel tab-delimited file. It's easier than you think!
Reviews0
PriceFree
Views6620
PHP Classes
posted byskyhawk133inDevelopment
Doing it with class in PHP. What is a data structure? What is a class? How are classes used in PHP? All these questions and more are answered in this tutorial.
Reviews0
PriceFree
Views2452
PHP Basics: Introduction to Scalar Variables
posted byskyhawk133inIntroduction to PHP
Other tutorials here may focus on getting a specific task done, but at the core of any language is syntax that must be learned and understood if you are ever to progress in it. This is what I hope to explain to you about the PHP language.
Reviews0
PriceFree
Views2478
Introduction to Sessions
posted bydtang4inIntroduction to PHP
Learn the fundamentals of session variables, and some popular uses for them. Also, touches upon random password generation.
Reviews0
PriceFree
Views1212
Building a Secure Contact Form
posted bypetesmcinEmail Systems
A contact form or an email form is often a critical part of a website, in allowing users to contact you regarding one or more issues. This article aims to help you produce a secure contact form, and at the same time, try to reduce the amount of spam you will receive from it.
Reviews0
PriceFree
Views2660
Dynamic Images
posted bydtang4inImage Manipulation
Create dynamic images with the GD library. Tutorial shows you how to create a little man holding a sign that displays various messages (such a visitor's IP address and user-inputted text).
Reviews0
PriceFree
Views2251
Generate RSS Feeds
As RSS and XML are becoming increasingly popular, you may find yourself needing a script to generate RSS feeds. This tutorial guides you through the process and pitfalls.
Reviews0
PriceFree
Views4831
Build Standalone Applications
posted bydtang4inDevelopment
It's painful, but possible. With PHP and the PHP-GTK module, you can build your own gui executable files. This is a guide that directs to the right GTK tutorials and functioning PHP compiling software. Includes code for a working model.
Reviews0
PriceFree
Views1549
A Rating System
posted bydtang4inMiscellaneous
This short tutorial will guide you through a hypothetical process of adding a movie rating system to a movie database site. Goes over the PHP code and MySQL queries.
Reviews0
PriceFree
Views22847
Reading and Writing to Files
posted bypetesmcinFile Manipulation
Nowadays, PHP programmers generally use databases such as MySQL to do everything, however, every programmer should at least know the basics of reading and writing to files - that IS what a database does. Come read an all you need to know introduction to file handling.
Reviews0
PriceFree
Views1906
Sending emails in PHP
posted byMajd-GFXinEmail Systems
This is an introductory tutorial to teach you how to send emails via PHP. It is quick and easy and aimed for beginners.
Reviews0
PriceFree
Views1444