Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

PHP : Two simple memory allocation in an Array

Hello everyone, today I would like to show you two different ways to display memory allocation of array elements. First, way is to use "var_dump" and

PHP : Two simple ways to print your "Hello World!"

Hello everyone, today I would like to show you two different ways to print your "Hello World!" string on screen. First, way is to use "echo" and second