Snippets PHP scripts - Top 4 Download

Snippets PHP script downloads

Josse Web Admin

JWA is a collection of php snippets that can be used on PHP enabled webpages in order to add more functionality. Some snippets require a MySQL database. ...

Email validation with regular expression

Email validation with regular expression script allows you to validates email using regular expressions. ...

Email validation with PHP

Email validation with PHP script presents you a method of email validation. ...

Resize an image with PHP

Resize an image with PHP script allows you to resize an image in PHP.You can use this function in your own image gallery implementation or in any other cases when you need to create a thumbnail from your image. Using this image resize script gives you the possibility to create various ...

Creating an object oriented MySQL abstraction

Creating an object oriented MySQL abstraction script allows you to create an object oriented database abstraction class for a MySQL database.Besides the basic functions this manager class can summarize total time spent with db connection andotal timeecution and counts how many query were executed during your PHP script. ...

Creating a simple contact form with PHP

Creating a simple contact form with PHP script shows you how to create a simple contact form with PHP. With the help of a contact form your visitors will fill out a form and its content will be send to you via email. ...

Creating a file based logging script

Creating a file based logging script shows how you can create a small and simple PHP script to log your visitors activity into a file. You just need to add 1 line to each of your page to enable logging and the statistics will be collected in a html file so you ...

How to get all META data of a website

How to get all META data of a website allows you to easy check META information of any website. It can be very usefull in search engine optimization when you want to check your competitors settings. ...

Generate random passwords with PHP

Generate random passwords with PHP script shows how to to generate random passwords that are highly secure and extremely difficult to crack. You can choose between various complexity/strength and you can set password length as well. ...

Creating a guestbook

Creating a guestbook script shows you how to create a simple guestbook where your visitors can leave messages which are stored in a MySQL database. It contains the basic functions and security settings. ...

Check your server status

Check your server status script checks whether your server is up or down. It implements a ping command in PHP. ...

Creating a domain checker

Creating a domain checker script allows you to check whether the actual domain name is available or not.  ...

Creating Calendar in PHP

Creating Calendar in PHP script allows you to create a calendar in PHP. It will create a simple but good looking - easy customizable via CSS - calendar table. ...

Creating a file based login system

Creating a file based login system script shows you how to create a file based login system to register, login and logout users. You can use this method without any database. ...

Creating a file system browser

Creating a file system browser shows you how to create a PHP application to display directory content and to navigate it. ...

Select random records from a MySQL table

Select random records from a MySQL table allows you to select records randomly from a MySQL database. ...

Syntax highlighted php

Syntax highlighted php shows you how to convert an existing php code to a syntax colored html text. ...

WideImage

WideImage is an object-oriented library for image manipulation, written in PHP 5.It uses the GD2 extension and it's unit tested with Simpletest. The library focuses on often-used image operations and ease of use. ...

Easy List Builder Script

You've probably heard the expression, "The money is in the list", and it's absolutely true. Without a list, you'll either have to use free resources that are overwhelmed with similar offers that don't get read, or dig deep in your pockets to pay to market your opportunities each and every time... ...

EZDB

This is a tool/php script which i developed for creating forms and insert scripts from database, this was the basic requirement for most projects i work, a database few select(sql) scripts, few insert(sql) scripts.It creates scripts and puts into separate files/scripts ...