|
|
|
|
Title: PHP Tutorial - 10 - Arrays
Added: Mar 4, 2008
Author: thenewboston
Duration: 4:50
Description:
visit www.thenewboston.com for all my tutorials!
Related Videos:
Videos related to 'PHP Tutorial - 10 - Arrays'
Channel: Howto
Tags: php tutorials tutorial mysql how to howto learn basic 101 advanced programming computer
php tutorials tutorial mysql how to howto learn basic 101 advanced programming computer
Youtube Comments: 69
liquidmetaltech Says:
Jan 18, 2011 - did you find out yet cuz i want to know also. lol
Diifusal Says:
Jan 24, 2011 - no, not yet x)
NeigborhoodBoards Says:
Mar 4, 2011 - whats the difference between 'tom' and "tom"?
SnijdersMax Says:
Mar 10, 2011 - the place in the memory
SnijdersMax Says:
Mar 10, 2011 - the address in the memory
SnijdersMax Says:
Mar 10, 2011 - it's just another way of achieving the same thing: setting Tom in the array at [0]
hammadghulam Says:
Mar 28, 2011 - Tonny
wheay21 Says:
May 4, 2011 - i still dont get array. its like assigning values. how can we use it in real life projects.
youdripblood Says:
May 8, 2011 - use it in a for loop or summinNOTE: this is written in java not php but it is still the same reallyexample: String array[] ("Tom", "Joe", "Adam");for(int i =0; i < array.length;i++) // this bit is the for loop to go through the array till i is the same as the arraysystem.out.println(array[i]) // this bit prints out a line on the screen of the current word in the arraythats the basic principle i anybody else has got questions then just pm me :)
kimyboi777 Says:
Jul 23, 2011 - you sound more lively during your javascript tutorials
sushant1942 Says:
Jul 26, 2011 - if i want to display all three names at time then what?
primax29 Says:
Aug 7, 2011 - You do a loop, and what you want the loop to do is print one item every time a loop does a step. If you need more info, just reply
TheYoungBucks12 Says:
Aug 19, 2011 - this is a lot like python
xmodrock Says:
Sep 1, 2011 - that ti is.. and java.. both languages are similar and its close to perl as well.. they are all object oriented programing so its all kinda similar
durtX43 Says:
Sep 25, 2011 - I'm watching this on 2011, where Bucky has advance equipment to make tutorials and also has a podcast. That's an amazing improvement! Nice job Bucky.
VagfaceScripting Says:
Oct 19, 2011 - It is indeed. Also similar to Java as well. =)
GamesForLifes999 Says:
Oct 31, 2011 - Nice tutorial. But what if i want to add 0,1 ?. How can i ?. Is it possible. Thanks
ItalianNatural Says:
Dec 12, 2011 - Guys and Girls, if you want to print out all the names just do the following:echo $people[0].$people[1].$people[2]; Boom
Mertt03 Says:
Dec 19, 2011 - So this is only possible with PHP and not with XHTML/Notepad++?
archange156 Says:
Jan 20, 2012 - What do you mean? Arrays are used in heaps of different type of programming languages. As XHTML is not a programming language, it does not 'use' arrays. Also Notepad++ is a text editor.Sorry if I missed the point to your question, it's not very clear.
Mertt03 Says:
Jan 20, 2012 - No you didnt miss the point. A month ago i was a starter so didnt know anything about Html Javascript and Css and PHP! A mont later i know the difference between these things so i should have learned all these things before asking questions :(.So sorry for the dumb question anyway thanks for the time answering my dumb question :( Take care
archange156 Says:
Jan 20, 2012 - Hey, no problem! It's good to know you went off and learned all these things.If you don't ask questions, you'll never learn ;)
AnotherTryingTime Says:
Apr 21, 2012 - any of them , 'x' = "x"
DBsnap13G0D Says:
Apr 26, 2012 - hi, any idea about a VERY SIMPLE php4/mysql graph that i can create for just 1 table in my database ??? eg. table STUDENT , column genderand based on gender male or female , the graph to represent me very simply my stats on php.Thanks












Diifusal Says:
Jan 1, 2011 - i have a doubt teacher x) when do you know when you got to use 'tom' or "tom"?I mean, how do I know when I got to use apostrophes or those things which name I am too sleepy to remember ---> "