Author Topic: Study of PHP  (Read 15060 times)

Steve

  • This 49%er supports Romney
  • Just a Jackass
  • *
  • Posts: 16120
  • Karma: +31/-410
  • Mr. Mom
Study of PHP
« on: August 29, 2005, 05:58:09 PM »
Any of you guys visit a particular website or forums that is or has helped you learn PHP? I can modify existing script to an extent but i cannot yet write my own or fully understand the language and im looking to expand.
hey ethic if you and i were both courting lily allen..... oh wait, which one of us has a relationship that lasted more than the bus ride home?

ygfperson

  • Founders
  • Posts: 601
  • Karma: +10/-1
    • Last.fm
Study of PHP
« Reply #1 on: August 29, 2005, 06:09:40 PM »
write a pet project, and look up information as you go.

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14310
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
Study of PHP
« Reply #2 on: August 29, 2005, 06:52:26 PM »
http://www.phpfreaks.com  They have an awesome site and a very good set of forums.

Steve

  • This 49%er supports Romney
  • Just a Jackass
  • *
  • Posts: 16120
  • Karma: +31/-410
  • Mr. Mom
Study of PHP
« Reply #3 on: August 30, 2005, 12:17:32 AM »
Thnx guys
hey ethic if you and i were both courting lily allen..... oh wait, which one of us has a relationship that lasted more than the bus ride home?

Major_Small

  • Jackass IV
  • Posts: 317
  • Karma: +10/-0
    • http://www.johnshaoonline.com
Study of PHP
« Reply #4 on: August 30, 2005, 02:16:56 AM »
I just think of something to code and figure out how to do it from the official documentation

(one example: my sig :D )
Team Cprog Folding@Home: Team #43476
Download it Here
Detailed Stats Here
More Detailed Stats
51 Members so far, are YOU a member?
Current team score: 827850 (ranked 357 of 41389)

The CBoard team is doing better than [COLOR='#0000FF']99.13%[/COLOR] of the other teams
Top 5 Members: Xterria(331048), Bennet(64957), pianorain(56621), Codeplug(35842), JaWiB(34917)

Last Updated on: Mon, 28 Nov, 2005 @ 3:21 PM EST

Steve

  • This 49%er supports Romney
  • Just a Jackass
  • *
  • Posts: 16120
  • Karma: +31/-410
  • Mr. Mom
Study of PHP
« Reply #5 on: August 30, 2005, 11:46:11 AM »
i have a few ideas for the website i want to try, gives me some ideas.
hey ethic if you and i were both courting lily allen..... oh wait, which one of us has a relationship that lasted more than the bus ride home?

Major_Small

  • Jackass IV
  • Posts: 317
  • Karma: +10/-0
    • http://www.johnshaoonline.com
Study of PHP
« Reply #6 on: August 30, 2005, 03:19:47 PM »
erm, well... recode some of more menial things you've done in other languages... things that would be more useful in a web environment (when you use PHP, you lose a lot of platform compatibility restraints - all that matters is the server it runs on.)
Team Cprog Folding@Home: Team #43476
Download it Here
Detailed Stats Here
More Detailed Stats
51 Members so far, are YOU a member?
Current team score: 827850 (ranked 357 of 41389)

The CBoard team is doing better than [COLOR='#0000FF']99.13%[/COLOR] of the other teams
Top 5 Members: Xterria(331048), Bennet(64957), pianorain(56621), Codeplug(35842), JaWiB(34917)

Last Updated on: Mon, 28 Nov, 2005 @ 3:21 PM EST

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14310
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
Study of PHP
« Reply #7 on: August 30, 2005, 03:34:14 PM »
The main thing I would suggest is writing a user authentication system.  Those seem to be the most tricky for most people (or at least the thing that a lot of people are doing).  You could also try to implement a functional calendar or some sort of blog for your site.

Steve

  • This 49%er supports Romney
  • Just a Jackass
  • *
  • Posts: 16120
  • Karma: +31/-410
  • Mr. Mom
Study of PHP
« Reply #8 on: August 30, 2005, 03:43:34 PM »
Blog was along the lines of what i was thinking, actually. It will check for registered/authorized user, etc.
hey ethic if you and i were both courting lily allen..... oh wait, which one of us has a relationship that lasted more than the bus ride home?