Skip to content
011 322 44 56Monday – Friday 10 AM – 8 PM
Facebook page opens in new windowX page opens in new windowInstagram page opens in new windowYouTube page opens in new window
Developer Desks
Website Development With Better Performance
Developer DesksDeveloper Desks
  • Home
  • Codes
    • WordPress
    • PHP
    • Jquery
    • Javascript
    • Guest
  • Demos
  • blog
  • Tech News
  • Submit Your Articles
  • Contact
Search:
  • Home
  • Codes
    • WordPress
    • PHP
    • Jquery
    • Javascript
    • Guest
  • Demos
  • blog
  • Tech News
  • Submit Your Articles
  • Contact

Tag Archives: array

You are here:
  1. Home
  2. Entries tagged with "array"

javascript calculator code

Simple JavaScript Calculator code with example

JavascriptBy Raja sekarJune 17, 2015Leave a comment

Here we going to learn simple javascript calculator code. Generally for beginners, they think its difficult to writing code for calculator. But its not that much difficult in the codding. We just know only simple things in function like add, sub, mutli and div functions in php. If you know that then the calci code…

How to use for loop concept for php using find array values

PhpBy Raja sekarMay 13, 2015Leave a comment

How to use for loop concept for php using find array values for loop is used to initialize the code for how many times it should run. syntax for (initialization counter; total counter; increment counter) {     code to be executed; } for example <?php for ($x = 0; $x <= 5; $x++) {    …

Basic array concept and how to use php array and mysql

PhpBy Raja sekarMay 13, 2015Leave a comment

What is Array? how to use  php array? An array is a variable, which can hold more than one value at a time. php array basic function defined as array(); example < ?php $design = array(‘photoshop’,’flash’,’dreamviewer’,’html5′); echo $design[0]; //output is photoshop echo $design[1]; //output is flash ?> Three Types of Php array 1. Indexed array 2.…

Developer Desks
 Dream-Theme — truly premium WordPress themes
Go to Top
 

Loading Comments...