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.

I want to learn PHP... HELP.

Discussion in 'PHP' started by lilie333, Mar 21, 2010.

  1. #1
    What would be my first steps to learn PHP?... Please Help!
     
    lilie333, Mar 21, 2010 IP
  2. JAY6390

    JAY6390 Peon

    Messages:
    918
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
  3. LittleJonSupportSite

    LittleJonSupportSite Peon

    Messages:
    386
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hello Lilie,

    Books on PHP like PHP for dummies could be of help.

    I would be willing to help you learn.

    The first steps on getting a handle on things is understanding the syntax of standard commands .

    DO you have any programming background?

    Understand that PHP is a server side language.

    So this means:

    
    <?php
    echo  "<center><font face=\"Tahoma\">HELLO</font></center>";
    ?>
    
    Code (markup):
    Would produce rendered html only. You would not see the "echo" command.

    So you can break in php any where you want on the page:

    
    <?php 
    $mytitle="Page title";
    ?>
    <head>
    <title>Hello this is my <? echo $mytitle ?> for this web site</title>";
    </head>
    
    Code (markup):
    If you ask some questions I would be more then happy to answer and assist.
     
    LittleJonSupportSite, Mar 21, 2010 IP
  4. inversehost

    inversehost Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    w3schools.com << best way to learn php :)
     
    inversehost, Mar 21, 2010 IP
  5. fm1234

    fm1234 Peon

    Messages:
    227
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Converse & Park's PHP5 and MySQL Bible is an incredibly useful resource. It takes you from the very very basics through building a fully-featured site using PHP/MySQL. Tons of reference material and online examples that go with the book.


    Frank
     
    fm1234, Mar 21, 2010 IP
  6. Brandon.Add.On

    Brandon.Add.On Peon

    Messages:
    178
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Orielly has some good books on PHP. I suggest you start there and work your way into OOP and the design patterns associated with OOP.
     
    Brandon.Add.On, Mar 21, 2010 IP
  7. James Barcellano

    James Barcellano Active Member

    Messages:
    114
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
  8. Sabbir

    Sabbir Banned

    Messages:
    210
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #8
    Let me tell you how i had learn PHP. I took a php project then first learned How to print a word By PHP.
    After that still i am learning PHP.

    Start work.. then check the internet for any problem you face in PHP. My Respect to those guies who share there knowledge in website
     
    Sabbir, Mar 22, 2010 IP
  9. sady92

    sady92 Member

    Messages:
    181
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    38
    #9
    sady92, Mar 22, 2010 IP
  10. Grit.

    Grit. Well-Known Member

    Messages:
    1,424
    Likes Received:
    22
    Best Answers:
    1
    Trophy Points:
    110
    #10
    I'm more of a book man myself, and I would recommend the visual quickstart pro series for learning PHP, but aside from that, another good source would be:

    http://www.tizag.com
     
    Grit., Mar 22, 2010 IP
  11. FCM

    FCM Well-Known Member

    Messages:
    669
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    155
    #11
    Well, a great place to start is PHPVIDEOTUTORIALS.com as mentioned above.

    I'm also shocked that no one didn't mention Lynda.com another great resource to learn, well, everything.
     
    FCM, Mar 23, 2010 IP
  12. sparkar17

    sparkar17 Member

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #12
    To learn PHP you need to follow any PHP book or site . its very easy language and it is based on C. if you know how to work on C. it will be very easy for you.



    go and start ............ :)
     
    sparkar17, Mar 23, 2010 IP
  13. mfscripts

    mfscripts Banned

    Messages:
    319
    Likes Received:
    4
    Best Answers:
    8
    Trophy Points:
    90
    Digital Goods:
    3
    #13
    Build something :) I find throwing yourself in at the deep end normally works best :)
     
    mfscripts, Mar 23, 2010 IP
  14. mattinblack

    mattinblack Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Too true. Have you ever programmed before? I could probably give you some help by email.
     
    mattinblack, Mar 23, 2010 IP
  15. burminsky_pv

    burminsky_pv Peon

    Messages:
    78
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Hi Lilie.
    I think you should start learning php with php tutorials
     
    Last edited: Apr 14, 2010
    burminsky_pv, Apr 14, 2010 IP
  16. bmal3x

    bmal3x Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    if you never programmed before you should try to learn programming basics using languages like c or c++
     
    bmal3x, Apr 14, 2010 IP
  17. amaroks

    amaroks Peon

    Messages:
    242
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    killerphp.com has great tutorials
     
    amaroks, Apr 17, 2010 IP
  18. eatinfish

    eatinfish Peon

    Messages:
    129
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    would love to pick up on a bit more of this too...if I ever find time!
     
    eatinfish, Apr 17, 2010 IP
  19. dude1e

    dude1e Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    how hard is it to incorporate php into a css design,I have a css design and want to convert to wp so that I can use wp seo program,is this possible
     
    dude1e, Apr 17, 2010 IP
  20. amaroks

    amaroks Peon

    Messages:
    242
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #20
    Working with CSS and php is the samething as working with XHTML/CSS.
     
    amaroks, Apr 17, 2010 IP