|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
PHP training
i know this isn't a PHP site, but i'm sure a lot of you programmers know PHP as well. nothing wrong w/diversifying your skills....can anyone suggest a good online PHP training course that they took that was relatively cheap ($100-$200)? and if it's by far and away the best course ever, price isn't really that big of a deal. thanks guys.
|
|
#2
|
||||
|
||||
|
I never took an online course, and I knew nothing of php/mysql before
I bought and read this book: http://www.amazon.co.uk/exec/obidos...1496197-5103807 Much cheaper than a course, and well worth buying even if you do go on a course too.
__________________
Support requests via PM will be ignored! |
|
#3
|
||||
|
||||
|
thanks...i will talk to my boss and see if he approves. anyone know of online courses, tho?
thanks |
|
#4
|
||||
|
||||
|
get a book and sign up to devshed.com.
__________________
|
|
#5
|
||||
|
||||
|
PHP is really easy if you know any programming at all. I would say that syntax wise it is very similar to C#...maybe a cross between Javascript and ASP. What I'm saying is, that you'll catch on pretty fast if you've done any of these.
__________________
ShepherdWeb :: Charging Rhino Wizard I know of no more encouraging fact than the unquestionable ability of man to elevate his life by conscious endeavor. {Henry David Thoreau} § shepherdweb.com § fariswheel productions § reagan administration |
|
#6
|
||||
|
||||
|
Quote:
i don't know C# and i can't write javascript. heh... i mean, i've done some scripting in PHP (i wrote a mini CMS for a client, but it was through a lot of research and trial and error. it took a while), but i want to learn the functions and that stuff. the syntax is not a big deal thanks |
|
#8
|
||||
|
||||
|
practice is the best way of learning it!! just set yourself a task and do it. That way you will learn as you go along in a real life situation !! Refer to php.net and devshed.com and your away. That is how i learnt and i like to thing i am pretty good now !
|
|
#9
|
|||
|
|||
|
Just set PHP/Mysql up on your computer, it doesn't cost anything, then you can play around to your heart's content. A bundle like xampp makes it a real easy couple minute process to install a working php/mysql/apache setup on any windows computer.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#10
|
||||
|
||||
|
I'm big into the Wrox books that you can find at Amazon.com. They're red and yellow. I like books because you can flip back pages and use it for reference later. Can't do that at a seminar.... yet
__________________
If you found a post of mine helpful, please click on the on my post to add to my reputation.
|
|
#11
|
||||
|
||||
|
Quote:
|
|
#12
|
||||
|
||||
|
Im learning PHP, all i did is get a good book (im reading a Larry Ulman on atm) read it, try out what u have learnt then as mentioned ask question's here or on devshed.
GL
__________________
Practice safe design all ways use a concept. If I have been helpful please click the scales. |
|
#13
|
||||
|
||||
|
there nothing better than the CHM/Tarball available from good ol www.php.net .. or just use the online reference itself... best documentation i've seen for any language !
only wish mysql 5 had more doumentation/examples out... struggling with some complicated procedures i'm trying to get from an outdated oracle (circa 2002) into mysql5. should have it knicked by tuesday though ![]()
__________________
The member formerly known as David Beckham ![]() ![]() Never argue with fools. They will bring you down to their level and beat you with experience.
Last edited by oneMSBi : March 4th, 2006 at 04:08 PM. Reason: spellings |