PHP, Javascript, CSS & mySQL code snippets

This section of our website contains public source code snippets in a variety of languages which are free to use. Snippets include single lines of code to whole functions and classes.

advertisement

Check array is associative
in php
 

PHP is_assoc_array function to check if given array is associative or not

Select code

 

Current URL with PHP
in php
 

A samll function to find the current URL of the page

Select code

 

Delete all cookies set
in php
 

A 3 line code snippet which will delete all cookies currently set by a website.

Select code

 

MySQL connect
in php
 

How to connect to a MySQL database

Select code

 

Include file
in php
 

Simple file include

Select code

 

Time and date
in php
 

Display time and date with PHP

Select code

 

Image information
in php
 

This snippet will show the information (dimensions, type, size) of an image.

Select code

 

Checking MySQL result
in php
 

This PHP snippet allows you to make sure at least 1 one row was returned from a query.

Select code

 

List directory files
in php
 

Lists the files inside a given directory

Select code

 

 
Tips & advice

Need coding help? Tips, tricks or advice? Check out our webmaster forums

advertisement