Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

New Scripts | PHP | Tutorials & Tips

Results 181-200 of 648
Image based hit counter in PHP to keep track of visitor.
Here we are going to design simple image based hit counter to keep track of visitor. We are going to keep record in a text file so we do need any kind of database. We are going to keep whole record in counter.txt file. In the same directory where you putting the PHP file for this counter, create a file 'counter.txt' and CHMOD it to 0777. Initially put 0 in it and save the file. As this counter is image based we are putting our Image in "imgs" folder.
(7 ratings)
Reviews1
PriceFree
Views1721
Directory Listings, list files and subfolder using php
This is the simple example to list contents of any Directory. To do this we are going to define function DirDisply( ) which will read the current directory contents and display it as a list. We first open current directory by $TrackDir=opendir("."); The opendir function returns a directory handle resource on success, or FALSE on failure. Syntax is: opendir ( string path [, resource context] ) Where: Path - The directory path that is to be opened Context - For a description of the context parameter, refer to the streams section of the php manual.
(3 ratings)
Reviews0
PriceFree
Views3310
Creating a CAPTCHA with PHP
This tutorial will show you how to create a form with Captcha.
(3 ratings)
Reviews0
PriceFree
Views1774
Easy payments using Paypal IPN
posted byolaf2inE-Commerce
There are several PHP scripts and classes to process PayPal payments using their native IPN (Internet payment notification) feature. This Tutorial / guide will show you how to process paypal payments using the IPN feature
(6 ratings)
Reviews0
PriceFree
Views1762
PHP and Forms
You probably have a CMS or at least a blog script running on your website and to add articles, among other things, you fill out a form. If you've ever wondered how that translated over to a blog being added to a database and how it's verified, then you will want to read this tutorial. I'll go over the simple passing of data from form to adding it to the database and the different functions and variables that can be used.
(3 ratings)
Reviews0
PriceFree
Views1743
Image Resizing Class
This class can be used to resize images preserving the aspect ratio.It can open a JPEG, PNG or GIFimage and resize it in such way that neither the width nor the height exceed given size limits.The image is resized to preserve the original proportion between the width and height.The resized image is generated in the JPEG format overwriting the original image file.
(3 ratings)
Reviews0
PriceFree
Views1206
Basic PHP File Handling
We've mostly focused on MySQL-type tutorials, but we'll show you in this tutorial the basics of file handling. This includes opening a directory and listing the files, opening a file and showing it's contents and opening, then modifying a file. Deleting a file too!
(3 ratings)
Reviews0
PriceFree
Views1350
Function to resize image(s)
This function can be used to resize images (with gif,png and jpg extensions) in PHP. Very easy to use in any PHP script.
(0 ratings)
Reviews0
PriceFree
Views936
PHP MySQL tutorial
In this PHP MySQL tutorial I will show you how to use basic database manipulation features in PHP.
(9 ratings)
Reviews0
PriceFree
Views3064
Creating a Website Design Templating System Using PHP
Learn how to create a website design templating system using php to be able to easily update different sections on your website by changing only few design files. The tutorial is designed for total beginners, so it is easy to understand and follow. Whether you have a small or a huge website, you know how much hassle and time it takes to upgrade your web site pages. The upgrade process becomes even more irritating when you make a change that needs to be upgraded on every page of your website; a good example of such a change is adding a button to the header or changing the copy right information in the footer of your website. In this tutorial I will show you how PHP comes to the rescue with only few lines of code. You can use this tutorial to be the basis to make your website easier to maintain and upgrade.
(6 ratings)
Reviews0
PriceFree
Views3985
Calculating the Difference Between Two Dates
How to calculate the difference between two dates in PHP.
(3 ratings)
Reviews0
PriceFree
Views951
PHP Search
In a series of tutorials here at Insane Visions, we have shown some of the basics of PHP and continue it with how to enable visitors to search your site, using PHP. We'll take you step by step on a fairly simple search feature. From the actual form, to the results and several things you can do to make your search better.
(12 ratings)
Reviews0
PriceFree
Views3618
Minimal Sanitation Techniques
This tutorial will show you sanitation techiques used by the pros so that your scripts will be secure, and resistant to any attacks.
(0 ratings)
Reviews0
PriceFree
Views998
(0 ratings)
Reviews0
PriceFree
Views575
(0 ratings)
Reviews0
PriceFree
Views671
[Tutorial] PHP Classes
This tutorial makes php classes easy to learn.
(0 ratings)
Reviews0
PriceFree
Views984
Installing and Configuring Abyss for PHP
This video tutorial will how you how to install and configure abyss for php
(0 ratings)
Reviews0
PriceFree
Views877
Wlpp Video Chat Script
VideoChatScript.com is For Sale! The entire package includes: 1. videochatscript.com domain name (over 1700 google links to it), 1st on google results. 2. full flash and php sources for Basic, Studio and Enterprise kits (version 2.0) 3. full flash and php source codes for version 1.0 Contact us if you're interested!
(6 ratings)
Reviews0
PriceUSD 690.00
Views3887
INTRODUCTION TO PHP part 1
This tutorialis the part one of a tutorial dedicated to those who want to learn php but are very slow in picking up.This tutorial is taking from stage to stage with execises attached to it. Its like a class room
(0 ratings)
Reviews0
PriceFree
Views832
Object Dynamic Generation
This package can be used to add model classes dynamically. A base abstract class provides the default implementation of property setter and getter functions. Concrete model classes are derived from the base abstract class. Objects of a model class can be created either directly instantiating the class or calling a factory class that takes care of automatically loading the class from a directory where model class files reside.
(0 ratings)
Reviews0
PriceFree
Views580
Results 181-200 of 648