Forum Moderators: coopster
As i have a day job so university ect is out, so does anyone know of an online course that will teach the very basics of php. I am based in the uk but would need something where i can ask online questions probably.
Regards Ian
Good news, there are literally tons of php tutorials on the net that you can view for free.
If you are starting out and want to learn php as you are going along I would say try and think of something fairly simple but useful you could add to your site using php, then search the net for a tutorial on that and progress from there. You can go through step by step whilst you learn.
Once have got something simple working try something a bit more ambitious, but again search the net for some tutorials to see how its done.
All the time you go through those tutorials look at the code and refer to php.net where you can find an explanation of the code being used.
Over time you will see whats going on and begin to write the code yourself.
Cheers
It really does help to have a goal and a few downloaded scripts and then work from there. All of the hypothetical situations help a little but nothing is better than having a specific project to fuel your learning.
Thanks again for all advice your probably be seeing some php questions from me soon
Regards Ian
Hi,
Well I started about 6 months ago maybe more, loose track these days :)
I started with a php form and the mail command.
I then moved on to inserting, deleting and editing a Mysql database.
Then after buying a simple book made for dummies :) I started to learn about loops, arrays, if statements and more.
Don't try to learn it all at once, you wont be able to.
Just take it step by step I tend to think about what i want to build and I graudually know what building blocks I will need.
I can never remember the correct code but I know what would be required so I just flick through my book or the net to find the correct syntax.
I would love to have a discussion on best practice in php and how others manage to handle / remember their blocks of code?
One thing I did learn the hard way was the planning and organisation. If you don't plan it through properly you end up with a lot of adjustments and headaches down the line.
You have to always think about better ways your program could operate and push your self to think of alternatives that would be more effective.
Have fun learning its well worth it, and dont give up it takes time.
:)