php scripts,php script,free php script,free php codes,free php scripts,free scripts,learn php,login script in php,php code,php email script,php examples,php mail script,php modules,php programming,php,projects,php software,php source code,php tutorial,php tutorials,script in php Php Scripts, Php tutorial, php codes and lots more for free My PHP Scripts - A Hub for PHP Scripts, PHP tutorial, PHP codes and lots more

PHP : Array Functions Tutorial – Part 3

0

This is continuation to Array Functions Tutorial.

Previous Articles can be read from here

(more…)

PHP : Array Functions Tutorial – Part 2

3

This is continuation to Array Functions Tutorial.

Previous Articles can be read from here

(more…)

PHP : Array Functions Tutorial – Part 1

4

Previously I had written articles about array and its functions, but that was limited as I had posted only those functions which are used the most.

(more…)

When you should consider a Virtual private server or dedicated server for your business

1

Dedicated Server, Virtual Private ServerWhat is  a Dedicated Server?

As the name suggests, it is a server with the predefined configuration or tailor made configuration specifically made for you and is kept at a datacenter. It has its own operating system and software to manage it. It is not shared with anyone, not even a single/small website. (more…)

Function : Converts a MySQL Timestamp to Unix

2

Converts a MySQL Timestamp to Unix

(more…)

Function : Converts GMT time to a localized value

4

Converts GMT time to a localized value

This function takes  a Unix timestamp (in GMT) as input, and returns the local value based on the timezone and DST setting submitted.

(more…)

Function : Converts a local Unix timestamp to GMT

5

Convert Local UNIX Timestamp to GMT

This function converts local unix timestamp to GMT time format.  It accepts local unix timestamp as input parameter. This is very simple function made using php time and date functions.

(more…)

Function : Get number of days in month

3

Number of days in a month

This function takes a month/year as input and returns the number of days for the given month/year. It takes leap years into consideration. It takes month and year as parameter, both should be integers.

(more…)

Go to Top