Go Back   vb.org Archive > Community Central > Community Lounge
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-28-2002, 02:11 PM
Keyser S?ze's Avatar
Keyser S?ze Keyser S?ze is offline
 
Join Date: Apr 2002
Location: USA
Posts: 690
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default PHP books (best?)

whats the best book out right now to help learn PHP, i see so many, has anyone used/read any good ones? would be nice if it would tell you how, then have u do "projects" and stuff, that to me is the best way to learn anything
Reply With Quote
  #2  
Old 05-28-2002, 03:17 PM
mjames's Avatar
mjames mjames is offline
 
Join Date: Nov 2001
Location: Charlotte, NC
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I highly-recommend Kevin Yank's book from SitePoint.com.
Reply With Quote
  #3  
Old 05-28-2002, 04:25 PM
zachb's Avatar
zachb zachb is offline
 
Join Date: Nov 2001
Location: Indianapolis
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great, I'll check it out. I'd like to know some good ones, also. ANyone else have a reccomendation?
Reply With Quote
  #4  
Old 05-28-2002, 06:17 PM
Chris M's Avatar
Chris M Chris M is offline
 
Join Date: Dec 2001
Location: Northampton, England
Posts: 6,186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try searching at amazon.com...

I am sure there are many available...

Satan
Reply With Quote
  #5  
Old 05-28-2002, 08:03 PM
tubedogg's Avatar
tubedogg tubedogg is offline
 
Join Date: Oct 2001
Location: Medina, OH
Posts: 785
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Beginning PHP4 by Chris Lea et al / Wrox Press
and
Professional PHP4 by Deepak Thomas et al / Wrox Press
both very good books. Also if you need a MySQL book, get MySQL by Paul Dubois / New Riders Press.
Reply With Quote
  #6  
Old 05-29-2002, 07:45 AM
Lesane's Avatar
Lesane Lesane is offline
 
Join Date: Oct 2001
Location: The Netherlands
Posts: 1,149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by tubedogg
Professional PHP4 by Deepak Thomas et al / Wrox Press
I'm reading that one at the moment. A good book so far.
Reply With Quote
  #7  
Old 05-29-2002, 09:40 AM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you have a "basic" coding experience with any programming language (except HTML), you really dont need a book to learn PHP. Just download its manual from php.net. It is all you need..

If you dont have any experience with any programming language, maybe you should reconsider if PHP is a good start. It's really highly integrated with SQL, HTML, Javascript, Web Design and Websecurity and IMO it shouldnt be the first coding language anybody would start learning..
Reply With Quote
  #8  
Old 05-29-2002, 09:53 AM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm waiting for the PHP5 book.
Reply With Quote
  #9  
Old 05-29-2002, 10:02 AM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I must disagree, Logician. PHP is commonly associated with MySQL, but it is just another way -- out of many -- to store data you manipulate with PHP. It is also not really integrated with Javascript, designing or security. (although security should always be in mind when coding, in any language)

If you start with the basics, PHP is really not a hard lanuage to learn, compared to Perl for example.
A book is always good and helpful, but also not necessary. I learned PHP by reading code I found on sites, and especially vBulletin. Then again, I had some background in C++ so it might not work for you.
But I think buying a book is the easiest, if not best, way to learn a language. Either that or a course, choose whatever fits you more.
A book, unlike the manual, will most imporantly teach you techniques and little secrets you might never find in the PHP site. This is why it's also important to read tutorials.
Learning and knowing the syntax is probably the easier thing when learning a new language. It is much harder to use it wisely and efficiently.

Just don't expect to write complex scripts overnight. Start with small things, then make your progress, slowly but surely.
Reply With Quote
  #10  
Old 05-29-2002, 11:53 AM
Logician's Avatar
Logician Logician is offline
 
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by FireFly
I must disagree, Logician. PHP is commonly associated with MySQL, but it is just another way -- out of many -- to store data you manipulate with PHP. It is also not really integrated with Javascript, designing or security. (although security should always be in mind when coding, in any language)

If you start with the basics, PHP is really not a hard lanuage to learn, compared to Perl for example.
If you want to play with echo commands, it's sure the very basic and easy language to learn. But if you are learning PHP, it means that you have intentions to write a dynamic web application. (If not, you just picked the wrong language anyway)

Creating a dynamic web aplication has a lot to do learning SQL (My, MS, Oracle, no matter) OR learning file structure/permissions of various systems (nt, unix, linux), know HTML/javascript good, have a very good command of web designing and more importantly web security. All these are advanced topics and if you dont know what a "variable" or "array" is, you will really have serious problems while you dig your way in the PHP.

IMO, for such a newbie PHP is not a good start, he can begin with a language such as "visual" languages (Visual Basic, Delphi for instance) to get the basics of coding. Then learning HTML, SQL and web security must be a great concern before elaborating on web languages such as PHP, Perl or ASP. After getting the basics, learning the PHP will not be a problem for anyone, I agree..

But I really dont know a good PHP coder, who doesnt know any other programming language and started his career with PHP..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:36 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04892 seconds
  • Memory Usage 2,251KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete