Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Programming. | 3 guests
Acmlm's Board - I2 Archive - Programming - PHP Tutorials
  
User name:
Password:
Reply:
 

UserPost
ErkDog
Posts: 186/982
messing around with PHP packages is kind of a dual learning experience too

for example.... I learned WAY MORE about Tables than I probably ever wanted to know

when I started messing with Acmlm Boards

and alot more about CSS and Tables than I ever wnated to know when I started teaking Copermine and PHP Nuke
FreeDOS
Posts: 301/1657
I learned almost the same way as Erk... just screwing around with scripts. Mediarchive, to be specific.

I just go to PHP.net for help on stuff I don't fully know.

W3Schools is oriented towards the complete newbie. I'd recommend it for newcomers. (Hey, I learned ASP from it )
ErkDog
Posts: 182/982
I learned all my PHP knowledge from just messing around with PHP Apps like

PHP Nuke
Acmlm Boards
other forum packages
other PHP Packages.....

bass told me about a good PHP book... Core PHP.....

it looks really ninja... when I get an extra 30 bucks I"ll probably get one
Tuvai
Posts: 169/211
Wrath, the concept of statements, variables and functions are pretty much the same in most programming languages. And if(blah==tes) pretty much screws up in both of your examples. And it's not exactly like print and echo are for PHP and C++ only.
Wrath
Posts: 63/93
Originally posted by Tuvai
Kiwi, I worked a bit with C++ before; after people told me it was a lot like PHP syntax wise I confidently tried it out, however, I noticed no simmiliarities at all.


are you sure about that? I think some of the syntax is identicle to php lets do a little comparison....

C++ if statement

if(blah==yes)
{
cout<<"It seems pretty identicle to PHP";
}

PHP if statement

if(blah==yes)
{
print "It seems pretty identicle to C++";
}

even all the operators are the same.

Loops are pretty much the same as well so I would say that basic php and C++ are pretty much identicle Heck even functions work the same way
Tuvai
Posts: 168/211
Kiwi, I worked a bit with C++ before; after people told me it was a lot like PHP syntax wise I confidently tried it out, however, I noticed no simmiliarities at all.
Jesper
Posts: 256/2390
Originally posted by Kiwibonga
I recommend learning a simple language like C first, doing little console applications and all, just to get the hang of loops, variables, etc... PHP is very much like C, but with annoying $'s everywhere...
You really think fiddling with pointers and allocating memory will give them hope? Noone's ever said you NEED to use everything in PHP at once. Everyone capable of learning loops and variables and if cases are perfectly capable of learning them in PHP as well as C. And since he's wanting to learn PHP, I say he should learn that first. He can always go back and learn C later if he wants to.
kiwibonga
Posts: 45/266
I recommend learning a simple language like C first, doing little console applications and all, just to get the hang of loops, variables, etc... PHP is very much like C, but with annoying $'s everywhere...
Darth Coby
Posts: 432/1371
PHP.net all the way, altough it IS kind of confusing when you know absolutely NOTHING about PHP. But once you know how functions work, you can find any command in there.
Tuvai
Posts: 130/211
For PHP, PHP.net is simply the best; but I know most of you PHP beginners can't get any sense out of it, I don't blame you for that either, and it's not like I could get sense out of it when I just started learning PHP.

W3schools learns you the basics of PHP indeed, but it doesn't go deep, while on PHP.net you can pretty much find explanation of every php function (which proved itself to be very useful to me) in deep details, and more documentation from general things to useful code snippets.

Nevertheless, W3schools IS a great site, I learned most of what I know from it as well, but just don't use it for PHP forever.
cpubasic13
Posts: 129/1346
Originally posted by Wrath
and second best is W3Schools


That is where I learned how to do my post layout! After reading the tutorial on tables, I had a new layout (Which is what I am using now). I knew a little HTML, but never learned about tables. Great site! I rate it #1!
SammyHeadbang
Posts: 3/25
I typed in PHP on Google and got a bunch of tutorials but I got some random websites that use PHP as well. W3Schools is a nice site. Thanks for the help!
Wrath
Posts: 30/93
and second best is W3Schools
Tuvai
Posts: 124/211
And still people ask; type in 'PHP' in any random search engine and you'l be flooded with tenthousands of links leading to PHP tutoring pages.

Anyway, obviously PHP.net is the best.
SammyHeadbang
Posts: 1/25
I'm interested in learning PHP. Could anybody direct me to any good PHP tutorials?
Acmlm's Board - I2 Archive - Programming - PHP Tutorials


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.012 seconds.