Help learning PHP

Discussion in 'HTML & Website Design' started by Icecold153, Oct 16, 2007.

  1. #1
    What is the best program to write PHP in. I tried learning on Dreamweaver CS3 but I keep getting the feeling that it is not meant to be a PHP design environment.

    I have experience with programming languages like java but for some reason I cant get the hang of PHP. Any resources on the net that can help me learn (other than w3schools.com).
     
    Icecold153, Oct 16, 2007 IP
  2. prinzcy

    prinzcy Active Member

    Messages:
    1,336
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    80
    #2
    I'm not sure about the source, but when I learn php before, I visit this forum : Phpbuilder a lot. It help!
     
    prinzcy, Oct 16, 2007 IP
  3. getwiththeprogram

    getwiththeprogram Peon

    Messages:
    120
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The good thing about PHP is plenty of sites out there to help with the basics. I would always reccomend a good book though. For $20 or whatever it will help you and often quicker than having to look things up.
     
    getwiththeprogram, Oct 16, 2007 IP
  4. neil patrick harris

    neil patrick harris Peon

    Messages:
    288
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    A video tutorial is something I personally find easier. Well its more of a narrated screenshot video. I was learning C in one of the videos and tried to learn java but the accent of the narrator for the java video was too annoying so I couldn't keep watching that video. :D I cant remember the company's name but you can google it. and there may be similar videos on youtube which is absolutely free. If you know or are familiar with HTML then php will be easy. try here for some simple examples.
    http://smartwebby.com/PHP/variable.asp
    good luck.
     
    neil patrick harris, Oct 16, 2007 IP
  5. Lordy

    Lordy Peon

    Messages:
    1,643
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #5
    for an environment
    zend studio is usually good, but its kinda bulk IMO.

    if you want you can use Smultron/BBEdit (mac) or Textedit(windows)
    not sure linux
     
    Lordy, Oct 16, 2007 IP
  6. surya

    surya Peon

    Messages:
    720
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #6
    surya, Oct 17, 2007 IP
  7. Crimsonc

    Crimsonc Peon

    Messages:
    616
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Just remember, the majority of php you'll use is database calls. Once you grasp that it gets easier.
     
    Crimsonc, Oct 17, 2007 IP
  8. Mooseman

    Mooseman Peon

    Messages:
    453
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Theres no program that will learn you php.. you have to learn it yourself, try some of the sites they recommended above, or do a google search, you'll find plenty of great php tutorials
     
    Mooseman, Oct 17, 2007 IP
  9. Icecold153

    Icecold153 Peon

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Thanks, i need to learn php to spiff up my site. I need to make it interactive. Hope MySql is not too hard either.
     
    Icecold153, Oct 17, 2007 IP
  10. Lordy

    Lordy Peon

    Messages:
    1,643
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #10
    not too hard if you know basic programming =)
     
    Lordy, Oct 17, 2007 IP
  11. anamul

    anamul Well-Known Member

    Messages:
    173
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    110
    #11
    Tell me about it. I have been trying to perform a simple insertion with php and mysql. It has been a week ...and I am so frustrated. All it does it make a extra blank field( auto increment field). The data I submit just isn't there. Instead there is blank place. Like:

    insert into tablename(name,age) Values('$t1','t2');

    But it doesn't work. Seems to me that php isn't getting the value from the form. But I did everything by the book.

    I feel like a moron. And at this first stage of learning php....it is really annoying.

    Anybody have any suggestion?
     
    anamul, Oct 18, 2007 IP
  12. Webice

    Webice Peon

    Messages:
    49
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #12
    The best would be to buy a book and learn Php from it.
    I edit php with Editplus, it's really great and fast.
     
    Webice, Oct 18, 2007 IP