Hi friends . . . you know how to create the Photoshop business concept logo stock photo in Photoshop?
Let’s see, how to create.
[1]-First of all open New Document of Custom size, Height & Width 400×400 pixels, Resolution 72 & Mode RGB Color.
[2]-Now Open New Layer & then create the following shape [...]
Hi friends . . . you know how to create the Photoshop bottle logo stock photo in Photoshop?
Let’s see, how to create.
[1]-First of all open New Document of Custom size, Height & Width 500×300 pixels, Resolution 72 & Mode RGB Color.
[2]-Now Open New Layer & then create the following shape with [...]
Hi friends . . . you know how to create the Photoshop baseball cap logo stock photo in Photoshop?
Let’s see, how to create.
[1]-First of all open New Document of Custom size, Height & Width 500×500 pixels, Resolution 72 & Mode RGB Color.
[2]-Now Open New Layer & then create the following shape [...]
Hi friends . . . you know how to create the Photoshop banner logo stock photo in Photoshop?
Let’s see, how to create.
[1]-First of all Open New Document of Custom size, Height & Width 500×300 pixels, Resolution 72 & Mode RGB Color.
[2]-Now Open New Layer & then create the following shape with [...]
Hi friends . . . you know how to create the Photoshop arrow logo stock photo in Photoshop?
Let’s see, how to create.
[1]-First of all open New Document of Custom size, Height & Width 500×500 pixels, Resolution 72 & Mode RGB Color.
[2]-Now Open New Layer & then create the following shape with [...]
Hi friends . . . you know how to create the Photoshop 3d graph sales logo stock photo in Photoshop?
Let’s see, how to create.
[1]-First of all open New Document of Custom size, Height & Width 400×400 pixels, Resolution 72 & Mode RGB Color.
[2]-Now Open New Layer & then create the following [...]
test
In this small and short post i will be showing you how to place comments in your php coding for others to see which does not get shown when the file is executed only viewable in the source code.
First i will show you how to use a single line comment. Which is used just for [...]
The include() function is used to include another file in the current file. If you have set variables in one file i.e. config.php and you would like to include it in another file i.e. index.php you would use the include() function.
I will show you a example of this. The following file is config.php where i [...]
At some point you will want a random number string but dont have the time to create new ones all the time, this is where the rand() function comes in. rand() Function creates random numbers from the numbers you set.
<?php
echo rand(0, 10);
?>
The code above will create and display a random number anything from 0 to [...]