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

Reply
 
Thread Tools Display Modes
  #1  
Old 01-01-2005, 05:20 PM
Mijae's Avatar
Mijae Mijae is offline
 
Join Date: Nov 2001
Location: Russia
Posts: 523
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default To learn PHP

I want to learn php :P Could someone post some links to get me started? (other then php.net)
Reply With Quote
  #2  
Old 01-01-2005, 05:23 PM
Guy G Guy G is offline
 
Join Date: Nov 2004
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="https://vborg.vbsupport.ru/showthread.php?t=67731" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=67731</a>

:] good luck
Reply With Quote
  #3  
Old 01-01-2005, 05:37 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There's a syntax error in your signature btw

Jokes aside, the best way to learn PHP would be to pick up a book on it. The problem with online resources is that it's cluttered information sparsely distributed all over the place. With a book, you get it all organized into chapters. I learnt from Sams Teach Yourself PHP in 24 hours which is a great book!
Reply With Quote
  #4  
Old 01-01-2005, 05:44 PM
Guy G Guy G is offline
 
Join Date: Nov 2004
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dean C
There's a syntax error in your signature btw

Jokes aside, the best way to learn PHP would be to pick up a book on it. The problem with online resources is that it's cluttered information sparsely distributed all over the place. With a book, you get it all organized into chapters. I learnt from Sams Teach Yourself PHP in 24 hours which is a great book!
Also i would like to add to that... DONT buy or read PHP5 for Dummies....
Its awefull...
Reply With Quote
  #5  
Old 01-03-2005, 08:06 PM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I learned 'the hard way'.

Basicly I picked up vBulletin way back 2000 (maybe 1999 who knows...) and installed a few hacks around here. Eventally I started making small modifications to these hacks and would break them and have to fix them.

With much trail and error I learned most of php via this community by hacking my own forum or links dropped in posts in this community. The code is all around you, take them time to read some of it.

Books are good to of course, you just have to take the time to write working code as you learn.
Reply With Quote
  #6  
Old 01-03-2005, 08:41 PM
Link14716's Avatar
Link14716 Link14716 is offline
 
Join Date: Jun 2002
Location: Georgia, USA
Posts: 2,519
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brad.loo
Well I learned 'the hard way'.

Basicly I picked up vBulletin way back 2000 (maybe 1999 who knows...) and installed a few hacks around here. Eventally I started making small modifications to these hacks and would break them and have to fix them.

With much trail and error I learned most of php via this community by hacking my own forum or links dropped in posts in this community. The code is all around you, take them time to read some of it.

Books are good to of course, you just have to take the time to write working code as you learn.
I learned pretty much the same as you did, but it wasn't in 2000. Hmm... what's my reg. date here?
Reply With Quote
  #7  
Old 01-06-2005, 01:06 PM
deathemperor's Avatar
deathemperor deathemperor is offline
 
Join Date: Jul 2003
Location: HOL
Posts: 1,270
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I learn PHP from Vbulletin sources (thanks VB), at first I couldn't think I would understand it but after some tries I did. It's really exciting when coding.

However I don't know how can I start coding without Vbulletin since VB has its perfect template storing system. I know it's hard when writing outsite vb when you have to make your own way to store the templates (HTML things).

one note that you would never understand PHP well unless you know some SQL.

btw the only 'book' I read other than vbulletin is php.net.
Reply With Quote
  #8  
Old 01-06-2005, 01:51 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by deathemperor
one note that you would never understand PHP well unless you know some SQL.
That's not necessarily true, SQL is a standard format for retreiving data from a database but there are alternative methods of data retrieval. Of course there is XML flat-file storage which is easily parsed too
Reply With Quote
  #9  
Old 01-06-2005, 05:11 PM
Johnny's Avatar
Johnny Johnny is offline
 
Join Date: Jun 2002
Posts: 290
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brad.loo
Well I learned 'the hard way'.

Basicly I picked up vBulletin way back 2000 (maybe 1999 who knows...) and installed a few hacks around here. Eventally I started making small modifications to these hacks and would break them and have to fix them.

With much trail and error I learned most of php via this community by hacking my own forum or links dropped in posts in this community. The code is all around you, take them time to read some of it.

Books are good to of course, you just have to take the time to write working code as you learn.
just about the same way i learned alot about php, and a few other scripts i ripped apart and learned almost every pieace of it.
Reply With Quote
  #10  
Old 01-06-2005, 05:18 PM
sabret00the's Avatar
sabret00the sabret00the is offline
 
Join Date: Jan 2003
Location: London
Posts: 5,268
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i suck at teh coding, but i learned from a book i treasure with all my heart

nah i can make and break stuff and fix stuff and get frustrated but i'm still at the stage where i need to beg for help every now and again, i think i code weird too as i tend to code from the perspective of the enduser rather than thinking globally and implementing from a skeleton.
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 07:52 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10301 seconds
  • Memory Usage 2,254KB
  • 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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (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_postinfo_query
  • fetch_postinfo
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete