Snippets scripts - Top 4 Download

Snippets script downloads

Ajax Rotating Includes script

This is a shakeup of the Ajax Includes script to let you input a list of external pages for the script to choose and selectively include one onto the current page. Three types of inclusion are supported: - Daily 1 ("dailyw"): The script will include a different file for each ...
JavaScript

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

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

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

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

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

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

Creating a domain checker

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

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

Kernel qualified const get

The question of how to get a class by name comes up with some regularity on the ruby-talk and rails mailing lists. The first response is usually to use Object::const_get.The response to that is that it doesn't handle classes within namespaces, e.g. Foo::Bar. I might argue that Object::const_get("Foo::Bar") should do the ...

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