This is a discussion on "How did you learn php?" within the PHP Forum section. This forum, and the thread "How did you learn php? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
How did you learn php?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
How did you learn php?
Hey guys, ive been in web design for nearly 4 years now. Im very comftorble with front-end design (xhtml, css, photoshop, flash etc) however, i havnt got too involved with php yet, ive done a few contact forms and stuff but the whole php thing just seems soooo complicated and confusing.
I want to start getting to grips with it, what im wanting to know from you php people is, how did you go about learning it when you were in my position? Thanks, Danny322 |
|
|
|
||||
|
Re: How did you learn php?
Hi Dan
I live in Birmingham and was lucky enough to find a free 2 day course! http://www.openadvantage.org/ Dont know if there is a similar thing where you are from but it helped be get a basic understanding of php
__________________
http://www.topwebdesigner.co.uk | http://www.backfromthedepths.co.uk | http://www.topwiigames.co.uk |
|
||||
|
Re: How did you learn php?
Hi Again
Found the link to the Lynda Website: http://movielibrary.lynda.com/html/p...5-0F5BB9FA6532} But, It is only a weeks trial not a months trial, sorry for the misunderstanding! Cracka
__________________
Check out my Portfolio cfdesignz.co.uk and my blog at blog.cfdesignz.co.uk
|
|
||||
|
Re: How did you learn php?
Hi Dan,
I downloaded oscommerce and just started to play with it. I find that's the best way for me to learn. seeing how things interact, break them, fix them (with a lot of googling in between). I am currently breaking joomla... a couple of my bookmarks for you: http://php.resourceindex.com/Documentation/ http://www.php-resources.org/
__________________
WelshStew Lead Administrator tierney rides tboard - uk site | xtreme wales - extreme clothing If you think I've helped, click the "Thanks" webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
|
|
|||
|
Re: How did you learn php?
Hey thanks the the great links guys, i will browse through them now. Appreciate the help!
|
|
|||
|
Re: How did you learn php?
is oscommerce free welshstew? I am currently using VPASP Shopping Cart Software at work, this has helped me understand asp to some extent so i see where your coming from, downloading oscommerce may be a good option.
|
|
||||
|
Re: How did you learn php?
yep, open source...
you can get it here: http://www.oscommerce.com/ but if you have fantastico with your hosting you can also get them to install it real easy
__________________
WelshStew Lead Administrator tierney rides tboard - uk site | xtreme wales - extreme clothing If you think I've helped, click the "Thanks" webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
|
|
|||
|
Re: How did you learn php?
Thanks. Nope dont have fantastico unfortunately.
|
|
||||
|
Re: How did you learn php?
original (out of the box) install: http://demo.oscommerce.com/
example of customization: http://www.eithafcymru.com/ example is no longer updated by me, and as such is way out of date, need to fix that really. also need to complete the translation, alex?
__________________
WelshStew Lead Administrator tierney rides tboard - uk site | xtreme wales - extreme clothing If you think I've helped, click the "Thanks" webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
|
|
|||
|
Re: How did you learn php?
I started with tutorials on w3schools.com, tizag.com and devzone.zend.com.
-Still learning!
Last Blog Entry: Cross browser nuisance (Feb 11th, 2008)
|
|
||||
|
Re: How did you learn php?
I would use the oscommerce package, was definately the best open source commerce package there was.
I tried cube cart aswell, and absolutely hated it, whereas oscommerce is really easy to modify and change to your look and feel needed, but takes abit of time to get the look you really desire Cracka
__________________
Check out my Portfolio cfdesignz.co.uk and my blog at blog.cfdesignz.co.uk
|
|
|||
|
Re: How did you learn php?
I tend to work best with a little bit of pressure. I blagged my way into a full time job doing php..... it was intresting weekend finding out what php actually was.
|
|
||||
|
Re: How did you learn php?
I was exactly the same as you...
I left school, not having a clue what I wanted to do, and then thought of my one love..COMPUTERS! So started a colege course that would last 2 years that goes around everything computer wise, And so web design come up, and I loved it, even if it was with tables. Then we started doing other computer related work that I hated so thought, need something new, so blagged myself a part time job as web designer, when all I knew was html. Now I have been here a few months I have already learned CSS, and no some of the basic php/mysql. And have created some good websites, I am proud of. So that way is sometimes the best, Sorry to bore you all, but wanted to let it out Cracka
__________________
Check out my Portfolio cfdesignz.co.uk and my blog at blog.cfdesignz.co.uk
|
|
||||
|
Re: How did you learn php?
I learnt entirely from web tutorials.
Tizag was a great help in the start. Most of the places I went to can be found in PHP Recources for Beginners
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
||||
|
Re: How did you learn php?
There are also some great videos on lynda.com
http://www.lynda.com/search/?q=php&b...=0&btnG=Search and sitepoint http://www.sitepoint.com/subcat/php-tutorials if you prefer a more visual approach
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
|
|
||||
|
Re: How did you learn php?
I discovered a book by Kevin Yank called 'Develop your Own Database Driven Site' or something similar and it teaches you the fundamentals of creating your own CMS, which I did and now use for my blog. In the post somewhere is 'The PHP Anthology' which I cant wait for, and I'm now trying to learn Object Oriented PHP! Plus, I'm learning Javascript & the DOM Model at the same time, which I find helps because they are both similar syntaxes, or at least I think so.
__________________
Resources Administrator
Grilling Gurus - Interviews with the Best Web Designers and Developers in the Industry Got a Question for Ryan Carson and his Web Design/Development team Carsonified? Jack Franklin - My Blog (It's a Pen in My Mouth BTW)
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
|
|
||||
|
Re: How did you learn php?
I bought Larry Ullman's book (Quickpro series) called something like "PHP and MySQL for Dynamic Websites, then worked through it without any shortcuts.
The only negative is that his two chapters on straight mysql introduction are weak. I'd suggest a basic mysql book for quick reference. The upsides are: 1. Great book that teaches you all the basics. He's an excellent teacher. 2. All the code works. 3. He has a website where he constantly updates, corrects any errors, lets you download scripts, and best of all, actually answers questions. He's such a great guy and a very conscientious, full-time PHP teacher -- his "class" being people who buy his books. I'm sure there's a new edition by now. Very highly recommended. |
|
||||
|
Re: How did you learn php?
Thanks masonbarge, I'll check it out
__________________
Resources Administrator
Grilling Gurus - Interviews with the Best Web Designers and Developers in the Industry Got a Question for Ryan Carson and his Web Design/Development team Carsonified? Jack Franklin - My Blog (It's a Pen in My Mouth BTW)
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
|
|
|||
|
Re: How did you learn php?
Mostly through tutorials. w3school.com is a good start for learning PHP. Another one is phpfreaks.com, tons of sample php applications that you can learn and apply to your site.
Anyways, good luck and be patient... |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| what should I learn for this? | pck76 | Starting Out | 10 | Oct 19th, 2007 03:03 |
| want to learn | cressy | Web Page Design | 11 | Jun 27th, 2007 00:51 |
| want to learn | cressy | JavaScript Forum | 0 | Jun 24th, 2007 17:16 |
| what do I need to learn? | marie27 | Starting Out | 5 | Apr 28th, 2007 05:29 |
| what to learn next? | Compumaniac12 | Webforumz Cafe | 8 | Nov 12th, 2006 23:49 |