This entry was posted
on Thursday, September 2nd, 2010 at 4:47 pm and is filed under PHP.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
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
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!
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.
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.
@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”?
November 14th, 2009 at 3:21 pm
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
November 14th, 2009 at 8:01 pm
ok yes he explained it the best, it is so easy but books make it a hard concept
January 8th, 2010 at 6:01 am
tony macaroni?
February 2nd, 2010 at 5:35 pm
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!
March 2nd, 2010 at 1:57 pm
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.
March 4th, 2010 at 11:36 pm
Hey sturm7drang, maybe he learned it the same place you learned English.
March 10th, 2010 at 9:57 pm
hi!!! what is the code if the output using array
0
00
000
0000
00000
000000
0000000
00000000
000000000
0000000000
April 25th, 2010 at 4:33 pm
Looks like Java. So if you learn and understand this you won’t have any problem with Java.
May 3rd, 2010 at 6:41 pm
@sturm7drang He shows both ways you dumb fuck.
May 15th, 2010 at 12:33 pm
@MsSmalone best comment ever
May 15th, 2010 at 6:19 pm
Why thank you Roy.
May 19th, 2010 at 3:12 pm
@sturm7drang hey sturm if u knw better then make ur tutorial and see ur own tutorial
June 4th, 2010 at 8:11 pm
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.
June 10th, 2010 at 7:14 pm
Thank you. – behindvfx
July 1st, 2010 at 10:31 pm
@cicero60804 Agreed, I wish I had him, my teacher was terrible now I’m having to reteach myself.
July 8th, 2010 at 8:15 am
does PHP have vectors? btw really good tutorials. Guessing you can’t make arrays on the fly in PHP?
July 11th, 2010 at 3:53 am
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?
July 22nd, 2010 at 3:17 am
@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?
July 22nd, 2010 at 12:36 pm
@Vladibeer You have to echo it. echo $people[2];
July 22nd, 2010 at 2:04 pm
@TheTIprogrammer
Ye that makes sence
just didnt hear the 2:33
ty
July 24th, 2010 at 6:34 pm
@Vladibeer You’re welcome!
July 28th, 2010 at 5:42 pm
like python
August 1st, 2010 at 4:27 am
guys, how to get inputs of array using forms?
August 1st, 2010 at 4:45 am
@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”?
August 16th, 2010 at 1:21 pm
Hey…if you want to learn php quick, this book really helped me:
fur(dot)ly/1iav — replace the (dot) with .