Ask Experts Questions for FREE Help !
Ask
    Jiser's Avatar
    Jiser Posts: 1,266, Reputation: 281
    Ultra Member
     
    #1

    Aug 7, 2007, 12:30 PM
    How long does it take to learn PHP? Any tips?
    Hi all, I have seven weeks to learn PHP, HTML, CSS, SQL proficentally for a final year university project. I have used all four in the past not very well as I am a support person. However the university has said we need to do a system rather than research : (

    So my question is how long did it take you to learn PHP etc and any hints or good books to learn quick. I have roughly 7 weeks of free time in which to learn before I start my new job as I.T. tech and final year of university. Reckon it can be done?
    templelane's Avatar
    templelane Posts: 1,177, Reputation: 227
    Ultra Member
     
    #2

    Aug 7, 2007, 12:58 PM
    I've got two programmers here that say HTML is easy (3 days) and so is CSS (add 2 on top of HTML) PHP is tricky. SQL two weeks solid study- it is concept and table design so that's what you should concentrate on. They are saying practice is the key for programming.

    So work hard and it'll be a push but you can but try!

    I don't use those languages myself (perl and python very rudimentary for random structural biology stuff) but I have noticed most languages have wiki help and random support websites so you should look them up. I know my boyfriend (one of the aforementioned programmers) does the same to save on book costs.

    Disclaimer - if this is nonsense it isn't my fault! Just thought I'd see if this helps, better than nowt and I'm sure others will be along shortly.
    vingogly's Avatar
    vingogly Posts: 718, Reputation: 105
    Senior Member
     
    #3

    Oct 31, 2007, 10:44 AM
    The two books that were recommended to me are Programming PHP and PHP and MySQL Web Development. The first is a quick read, I finished it in a couple of days. The second is more intense and provides a lot of examples you can work through, including real-world detailed examples of things like setting up an e-commerce site, building a mail service, writing a content management system, etc. You can work through the first half which is about PHP and MySQL in a week or so if you're a fast reader and technically astute, I think, then work through the examples that most closely fit your project in another week or two. (I think this is doable in your case because you already have a background in these areas) I'm sure others will have additional suggestions...

    Regarding HTML and CSS, you can for free work through the online tutorials at W3Schools. Pretty simple stuff next to PHP and MySQL, In my opinion. :-)

    Vasily
    jitendrajoshi's Avatar
    jitendrajoshi Posts: 1, Reputation: 0
    New Member
     
    #4

    Dec 3, 2007, 09:47 AM
    Just a Week's Time & You are A Expert
    Very Easy To Learn

    Just Download any Intro. Books on PHP & Start
    If any Problems Contact ME!
    interinfinity's Avatar
    interinfinity Posts: 142, Reputation: 8
    Junior Member
     
    #5

    Jan 4, 2008, 02:39 PM
    If this is for a university project you are fine. You just have to be proficient with php, you really don't need to have mastered it in order to pass your course. HTML and CSS are very easy to learn, and you can always use some program like Dreamweaver or front page to generate code for you. Then you only need to know enough HTML / CSS in order to edit and tweak the generated code.

    As for PHP, you can get an editor such as Zend that will make debugging a whole lot easier, and you can find tons of open source PHP projects under GNU licenses that you can use to build your project. I know nothing about the academic requirements you need to meet but as long as you try, you should succeede
    hossbonnam's Avatar
    hossbonnam Posts: 62, Reputation: 9
    Junior Member
     
    #6

    May 5, 2008, 04:17 PM
    Ive been hacking around online doing the free tutorials and it seems to be pretty basic.
    A step above HTML but basic If you've done any programming or scripting in the past, it should be a breeze.

    I was able to pick up on enough make basic things happen.
    COUNTERS, ADD COMMENTS, EMAIL ME FORMS, READ-WRITE FILES.
    Jonny_br's Avatar
    Jonny_br Posts: 33, Reputation: 3
    Junior Member
     
    #7

    Oct 12, 2008, 08:03 PM

    If you have programming knowledge, you're good to go, seriously - I think the better advice is just do it. Search around and write your own code. It's not rocket science, obviously you won't get writing cutting edge code in 1 week, but you'll get the basics pretty quick...


    Of course it dependos on your needs: if it's just basic database handling, all you need to know is connecting and getting data from a database.


    Maybe you could specify something about your project and we could direct you better, I had a bad experience with some guys, they paid a guy to make a "interface" to a PHP Squid integration, but they totally missed that you actually need the php to write the squid configuration files... it was somewhat funny because they actually draw all the screens and sent to mail thinking that the data would happen to get to squid by magical means!
    cheeseycheese's Avatar
    cheeseycheese Posts: 11, Reputation: 2
    New Member
     
    #8

    Dec 15, 2008, 04:53 AM

    Php is pretty easy to learn. It was actually the first language I learnt. It in about 4 weeks.
    Anyway, if you follow each tutorial here, I would say your pretty well armed in the basics of php.

    PHP Tutorial - Introduction

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search


Check out some similar questions!

A Good PHP Tutorial [ 6 Answers ]

Does anyone know of a good, easy-to-understand, free PHP tutuorial that I can download and learn from? I am highly interested in utilizing the PHP server my website is hosted on. Thank you.

Leaving Country for Long Term -- Tips to Keep Car [ 1 Answers ]

Folks, I have a 2006 Toyota Corolla with 12000 miles on it. I'll be leaving US for about 4 months, but my car will stay with my relatives. Can someone throw me some tips on how can I keep it in good running condition so that I donot build up CO2 deposits or reduce engine life. Many Thanks

Help me with PHP eregi_replace()! [ 2 Answers ]

I want to search within a string for substrings which contain "src=" and does not contain "some" next to it. For example this substring "src=thingsome" should match and this "src=something" shouldn't. Can you tell me how to do this?

Help in PHP extension [ 1 Answers ]

Hi, Im triying to built a PHP extension, that will calls some other functions in some other .so files( in windows this is .dll files ) in Linux, I got the following error PHP Warning: Unknown(): Unable to load dynamic library '/opt/httpd/apache/php/ext/libbgt.so' -...

Php remote include [ 2 Answers ]

Hi why won't this code work have I done something wrong? Thanks <html> <head> <title>test</title> </head> <body>


View more questions Search