X10 - corephpdeveloper.x10.mx - core php developer

Latest News:

image create in php 24 Jun 2012 | 02:20 am

image create: Source code

var_dump 19 Jun 2012 | 04:45 pm

Description The var_dump() function is used to displays structured information (type and value) about one or more variables. Version (PHP 4 and above) Syntax var_dump(variable1, variabl2, ….varia...

PHP Variable Types 11 Jun 2012 | 01:10 am

The main way to store information in the middle of a PHP program is by using a variable. Here are the most important things to know about variables in PHP. All variables in PHP are denoted with a le...

PHP Syntax Overview 30 May 2012 | 05:33 am

basic syntax of PHP and very important to make your PHP foundation strong. Escaping to PHP: The PHP parsing engine needs a way to differentiate PHP code from other elements in the page. The mechanis...

PHP Introduction 30 May 2012 | 04:23 am

PHP started out as a small open source project that evolved as more and more people found out how useful it was. Rasmus Lerdorf unleashed the first version of PHP way back in 1994. PHP is a recursive...

php mysql connection oops 26 May 2012 | 04:34 am

php oops tutorial 24 May 2012 | 05:00 am

Click here to view the video on YouTube.

php oops concepts 8 May 2012 | 04:53 am

OOP or Object Oriented Programming PHP has so many features like: Class Object Polymorphism Dynamic Binding…etc.

Mt Rand 3 Apr 2012 | 08:36 pm

How do I pick a random value from an array? Source code Output : 125, 234, 266,

Array Keys 3 Apr 2012 | 07:50 pm

I am not interested in the values in the arrays, how can I discard them? Source code Which returns: Array : Array ( [21] => hello [22] => saravanan [23] => welcome ) Array Keys : Ar...

Recently parsed news:

Recent searches: