1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

practical applications of php

Discussion in 'PHP' started by Lpspider, Aug 21, 2006.

  1. #1
    Okay, say, in theory, I'm going to take a class on php. An independent study, actually.

    What are some practical applications of php that I could use? What are the most common, and what would be something you think a beginner could do given 4 months, 1 hour a day, 5 days a week?

    Basically, if I were to learn php, how would I use it?
     
    Lpspider, Aug 21, 2006 IP
  2. dylanmills

    dylanmills Peon

    Messages:
    50
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That many hours of studying PHP should go a long way toward understanding how PHP contributes to practical applications like the four sites included in your signature. You could use PHP to create a philosophy forum or a seo friendly web directory.
     
    dylanmills, Aug 21, 2006 IP
  3. Lpspider

    Lpspider Well-Known Member

    Messages:
    2,216
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    160
    #3
    Hey, thanks for the response. I appreciate ti.

    But thing is, I doubt I could accomplish anything like that in 4 months time.

    Anyone else?
     
    Lpspider, Aug 21, 2006 IP
  4. mikelbeck

    mikelbeck Well-Known Member

    Messages:
    790
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    108
    #4
    I started playing around with php when I put up a phpBB forum site. I learned enough about php to make some changes to the code that I wanted to implement, it didn't take very long to learn. But, I have a strong programming background, so I was able to pick it up pretty quickly.

    I would think that within 4 months you would be able to do the same sort of thing. Maybe write a plug-in or something for your vBulletin forum, for example.
     
    mikelbeck, Aug 21, 2006 IP
  5. klown

    klown Peon

    Messages:
    2,093
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Id say a directory system like suggested above would be something you could do.

    Also you could create a store system which loads from a mysql database, should be able to display pictures, prices, descriptions, multiple pages. Also you should be able to click on a products title to get more description. That should be within your grasp with 4 months at 1 hour a day.

    If you have extra time you might as well add in some product sort/filter options. I've used these systems quite a few times.
     
    klown, Aug 21, 2006 IP
  6. Darkhodge

    Darkhodge Well-Known Member

    Messages:
    2,111
    Likes Received:
    76
    Best Answers:
    1
    Trophy Points:
    185
    #6
    PHP is such a flexible code I'd definately recommend it. It can be used for simple things such as rotating banners, e-mailer scripts or full blown systems working in conjunction with mySQL, for example phpBB (Forum), PHPNuke (CMS).

    I learnt php recently from a book - so I'm still not great but in a matter of about 2 weeks (I'm a VERY slow reader) I learnt the basics. It's given me so many more options when it comes to making a website. So yeah you could learnt it in quite a lot of depth in 4 months :)

    Basically the most useful aspect of learning PHP and mySQL for me was the ability to make thousands of pages using 1 file and a database. Also the fact that you can make 1 template file for the whole of your website etc...
     
    Darkhodge, Aug 21, 2006 IP
  7. klown

    klown Peon

    Messages:
    2,093
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    0
    #7
    some applications ive done.. which shouldnt take more then a few months for a completely new user and would allow for a lot of learning.

    shopping cart system

    email verification forms, which also includes a generated image to prevent bots

    shipping calculators (for usa only)

    resume creator

    members area with information targeted at them (IE local news, time)

    events calendars with admin area to easily edit stuff

    yeah not much fun stuff, these were all for websites ive done
     
    klown, Aug 21, 2006 IP
  8. Lpspider

    Lpspider Well-Known Member

    Messages:
    2,216
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    160
    #8
    Hey everyone, thanks for the responses. I appreciate it.
     
    Lpspider, Aug 22, 2006 IP
  9. Darkhodge

    Darkhodge Well-Known Member

    Messages:
    2,111
    Likes Received:
    76
    Best Answers:
    1
    Trophy Points:
    185
    #9
    No probs - good luck learning it :)
     
    Darkhodge, Aug 22, 2006 IP
  10. mikelbeck

    mikelbeck Well-Known Member

    Messages:
    790
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    108
    #10
    Ya, no problem. Even though some dumbass gave me some red for trying to help you out...
     
    mikelbeck, Aug 22, 2006 IP
    Darkhodge likes this.
  11. Darkhodge

    Darkhodge Well-Known Member

    Messages:
    2,111
    Likes Received:
    76
    Best Answers:
    1
    Trophy Points:
    185
    #11
    What the hell? That's random... Here have a green :D
     
    Darkhodge, Aug 22, 2006 IP
  12. mikelbeck

    mikelbeck Well-Known Member

    Messages:
    790
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    108
    #12
    LOL... thanks!
     
    mikelbeck, Aug 22, 2006 IP
  13. Darkhodge

    Darkhodge Well-Known Member

    Messages:
    2,111
    Likes Received:
    76
    Best Answers:
    1
    Trophy Points:
    185
    #13
    No probs :)
     
    Darkhodge, Aug 22, 2006 IP
  14. chatmasta

    chatmasta Peon

    Messages:
    693
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #14
    You'd be amazed at what PHP can do. You can program whole sites with it. You could make another ebay if you wanted to (though it would take a very long time).

    You'll find you pick it up pretty quickly. It's a pretty simple language. Plus, if you like it, you will be able to learn it on your own in extra time.
     
    chatmasta, Aug 23, 2006 IP