PHP Tutorial – 10 – Arrays

visit www.thenewboston.com for all my tutorials!

 StumbleUpon It!

Technorati Tags: , , , , , , , , , , , ,

25 Responses to “PHP Tutorial – 10 – Arrays”

  1. ncbookz says:

    ok before i watch this i want to say arrays never are explained in a book properly to understand so if this guy explains it well i willsend him a free book. i doubt he will but we will see after the video is over i will let you know if he explained it well. my degree is in math an array is simple but php books suck at explaining it

  2. ncbookz says:

    ok yes he explained it the best, it is so easy but books make it a hard concept

  3. onnoman says:

    tony macaroni?

  4. sturm7drang says:

    Why he’s declarating 2times the elements of the arrays? I think this guy learned all php he knows alone, so he can’t explain things properlly, ’cause he dunno the basic staff and how it really works in your computer. I think that if U wanna be a good programmer you should learn it at SCHOOL!

  5. hidoisan says:

    He is demonstrating two different ways to declare an array. You can either declare everything at once by:
    $people=arrary(‘a1′,’a2′,’a3′) Or do it individually by:
    $people[0]=”a1″;
    $people[1]=”a2″;

    His only mistake was not deleting the first array he wrote before he moved on to the second method of declaring arrays so people who can’t think three dimensionally wont get any wrong ideas about having to declare twice.

  6. MsSmalone says:

    Hey sturm7drang, maybe he learned it the same place you learned English.

  7. bulad2007 says:

    hi!!! what is the code if the output using array
    0
    00
    000
    0000
    00000
    000000
    0000000
    00000000
    000000000
    0000000000

  8. NirozWoW says:

    Looks like Java. So if you learn and understand this you won’t have any problem with Java. :-)

  9. TheTIprogrammer says:

    @sturm7drang He shows both ways you dumb fuck.

  10. RoyCulemborg says:

    @MsSmalone best comment ever

  11. MsSmalone says:

    Why thank you Roy.

  12. saadnaeem11 says:

    @sturm7drang hey sturm if u knw better then make ur tutorial and see ur own tutorial :)

  13. cicero60804 says:

    By the way when going to a private institution, what they want is those federal dollars, so instructors usually trying to collect a paycheck, and the school trying to recruit students don’t always provide quality education. This genteleman is spectacular in teaching.

  14. mangoprojects says:

    Thank you. – behindvfx

  15. spaceface31 says:

    @cicero60804 Agreed, I wish I had him, my teacher was terrible now I’m having to reteach myself.

  16. Haxortiz says:

    does PHP have vectors? btw really good tutorials. Guessing you can’t make arrays on the fly in PHP?

  17. kamprath447 says:

    This is slightly off topic, but I’ve been wondering it for a while.

    Why is your Windows XP interface glossy/shiny, and regular Windows XP versions are plain?

    Is it a custom theme or different version of Windows XP?

  18. Vladibeer says:

    @TheTIprogrammer
    the 1st one doesnt work for me, dunno why..
    heres the lines:

    $people=array(‘tom’,'jake’,'tony’);
    $people[2];

    and i get a blank page
    the second method is just fine
    why is that?

  19. TheTIprogrammer says:

    @Vladibeer You have to echo it. echo $people[2];

  20. Vladibeer says:

    @TheTIprogrammer
    Ye that makes sence
    just didnt hear the 2:33
    ty

  21. TheTIprogrammer says:

    @Vladibeer You’re welcome!

  22. MrSaggat says:

    like python

  23. rolandroiroi says:

    guys, how to get inputs of array using forms?

  24. rolandroiroi says:

    @TheTIprogrammer what if im using forms, i dont know how to get inputs of array…
    like if i input “300″ in the form, the output should be “three hundred”?

  25. change3676 says:

    Hey…if you want to learn php quick, this book really helped me:
    fur(dot)ly/1iav — replace the (dot) with .

Leave a comment or a question

You must be logged in to post a comment.

Powered by Yahoo! Answers