Programming Techniques
Pages
Home
Showing posts with label
operation
.
Show all posts
Showing posts with label
operation
.
Show all posts
What does the => operator mean in the following code?
What does the => operator mean in the following code?
$foo = array('car', 'truck', 'van', 'bike', 'rickshaw');
foreach ($foo as $i => $type) {
echo "{$i}: {$type}\n";
}
//Output: 0: car 1: truck 2: van 3: bike 4: rickshaw
Older Posts
Home
Subscribe to:
Posts (Atom)
Popular Posts
How to Add tinymce editor to Activity Post Form in buddypress
Add a rich text editor/tinymce editor in activity stream instead of the actual textarea (id= #wats-new-textarea”) copy the file with the ...
How to make a node.js application run permanently?
Its easy to make node,js application run permanently in the background please follow these steps You could install forever using npm lik...
How to display records using database in php using codeigniter framework ?
This tutorial is intended to introduce you to the CodeIgniter framework and the basic principles of MVC architecture. It will show you how...
PHP : Multi-dimensional array sort by sub array value
Multi-dimensional array - how to sort array by sub array value using array_multisort() and array_map() function. You can sort array asce...
How to integrate skype chat into your wordpress, blogger or your website?
Skype chat integration to the website its very easy and get more customer and relationship with your client.
How to push code to github
Adding an existing project to GitHub using the command line, Putting your existing work project on GitHub can let you share and collaborate...
How to pass a variable in route using javascript and ajax in laravel
Get the value of the using the id, define the route of the laravel with id, looking for passing to route to controller as per following. ...
Top useful Linux Commands with Examples
In the Linux most useful commands makes you more easy to manage files system. Let's learn most known Linux commands. 1) Listing fil...
How to Create a Gig on Fiverr that Earn More Money! Freelancer work
I have a created GiG in FIVVER, GIG is your service which is you can sell in FIVVER, I got many orders from FIVVER. Now, I become level 2...
TOP 10 most useful linux commands
Most useful linux commands are make directory in linux, make file in linux, give directory rights,clear command - programming technique ...