jcguy 0 Report post Posted September 5, 2004 I'm interested in learning PHP, but I fear that I would have no time to learn the language and master it. How long would it take to develop good competence in PHP? I think I'm going to learn using technical books. Share this post Link to post Share on other sites
marcho 0 Report post Posted September 5, 2004 I'm interested in learning PHP, but I fear that I would have no time to learn the language and master it. How long would it take to develop good competence in PHP? I think I'm going to learn using technical books. <{POST_SNAPBACK}> PHP is not difficult to learn for people who have C language knowledge. Even you havenât, please donât be frustrated, make a appropriate time table to make progress step by step. Share this post Link to post Share on other sites
kilz 0 Report post Posted September 5, 2004 really not hard to learn.I start it this summer hoilday. and now , I feel good with php.they are as simply as ASP is.so try to see more code and you will be a php programmer. Share this post Link to post Share on other sites
wizzywig 0 Report post Posted September 6, 2004 yes kilz thats how i learned by lookign at other scripts and seeing how it is done and maybe inproving it with promission of cours Share this post Link to post Share on other sites
overture 0 Report post Posted September 6, 2004 For me learning PHP was quite easy, as others have said i learned from looking at other scripts and usually enhance them my self. I also program in Delphi which sytax wise is quite similar to PHP. I have only been doing it a few months and i think i am doing quite well. Also books for some people can be very useful, i cannot learn from them myself. I think you will be able to learn quickly, there is alot of information on the net about PHP, i think you will do fine. Share this post Link to post Share on other sites
husher 0 Report post Posted September 6, 2004 PHP is not hard to learn .. just look at the code and try to make out what its saying, you can find tutorials all over the net or you can look at the code from php-buke . Share this post Link to post Share on other sites
fabius 0 Report post Posted September 7, 2004 Firt you have tyo know HTML before you begin with PHP. It's the same basic. Witout HTML, you will never be able to create a skin for exemple. Or CSS. Share this post Link to post Share on other sites
Hercco 0 Report post Posted September 7, 2004 PHP is easy to learn if you have programmed something with a procedural language before. If you haven't got any programming experience I'd suggest picking up a book or better yet taking a course on basics of programming. Far too often people think that you can become a good programmer learning by yourself. A good teacher (be it a person or a book) will explain you the use of different control strucktures, basic problem solving and algorithm designing methods, proper planning and testing, etc. Programming, in my opinion, is easy to use if you have a good teacher, but extremely hard to learn by yourself. Share this post Link to post Share on other sites
overture 0 Report post Posted September 8, 2004 For some people it can be extremely hard to learn without the aid of a teacher or a good book, i think many people cannot learn by looking at pre-made scripts or can learn but they do not understand what they are actually doing - what code does what, and how to efficiently manage and minimise the code. For me i have never been one for theory, but i have learned that designing the scripts/programs with appropriate testing is needed for any good programmer it is a good practice to do so, i have done so from teachers but mainly just by practicing and practicing and practicing.I advise you to take your time, learn at a steady pace, do not jump straight into something as it may be beyond your capabilities. Many people use pre-made scripts change a few pieces here and their and pass it off as their own. Doing this will quite possibly come back and bite you in the *bottom*. Share this post Link to post Share on other sites
jcguy 0 Report post Posted September 9, 2004 Many people use pre-made scripts change a few pieces here and their and pass it off as their own. Doing this will quite possibly come back and bite you in the *bottom*. <{POST_SNAPBACK}> That's quite true, I think it violates copyright regulations if you just take somebody's scripts, made some changes here and there, and pass it off as your own. It's better to learn slowly and develop the skills. Share this post Link to post Share on other sites
iGuest 3 Report post Posted September 9, 2004 Php is not hard to learn.. There are a lot of tutorials out there. For me, i learn from php.net, reading all the tutorial out there. Once you understand the basic, go find opensource scripts and take a look at it. A lot can be learn from such experiences. Share this post Link to post Share on other sites
Hercco 0 Report post Posted September 9, 2004 Just out of curiosity... are here anyone for who PHP was a first programming language they learnt? Share this post Link to post Share on other sites
zarjay1405241470 0 Report post Posted September 10, 2004 Besides php.net, I don't know of any other good resources for which to learn php. I guess I should get books on how to learn php, but most programming books are expensive. Share this post Link to post Share on other sites
r3d1405241470 0 Report post Posted September 10, 2004 Just out of curiosity... are here anyone for who PHP was a first programming language they learnt? <{POST_SNAPBACK}> i've started in c then c++ then to web design, after that i'm not happy with html i try to learn php and since i know some basic programming php is a piece of cake, the real works comes in real working, bug free application. for me the best start is the manual, it has the very basic and simple code for each functions, and it's much better than any tutorials and it also a have a quick start guide for real novices you also need some tools like text editor(like notepad) and also a the main php and also a web server(like apache) for offline testing and debugging offline manuals Share this post Link to post Share on other sites
dissipate 0 Report post Posted September 11, 2004 here's a sweet, easy tutorial for those absolutely new to PHP. i started with this tute.https://www.wired.com/?tw=programming'>https://www.wired.com/?tw=programming https://g''>https://g'>https://www.wired.com/?tw=programming'>https://www.wired.com/?tw=programming https://ghttps://www.wired.com/'>webmonkey'sa great place to find good tutorials that explain well and liven things up.more tutes here that go further than the basic of basicshttp://forums.xisto.com/no_longer_exists/ https://p''>https://p'>http://forums.xisto.com/no_longer_exists/ https://phope this helps. Share this post Link to post Share on other sites