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.

When you code in PHP?

Discussion in 'PHP' started by Sir Rusty, May 17, 2008.

  1. #1
    When you code in PHP? Can you use the notepad or do you have to have that PHP Program?
     
    If someone posts a solution, use the "Best Answer" link in their post to pick it as the best answer.
    Sir Rusty, May 17, 2008 IP
  2. wwstewart

    wwstewart Well-Known Member

    Messages:
    713
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    140
    #2
    You can code the pages in notepad. In order to run the program, you must have PHP installed on the computer/server.
     
    wwstewart, May 17, 2008 Set Best Answer IP
  3. MakeThatDollar

    MakeThatDollar Notable Member

    Messages:
    4,451
    Likes Received:
    158
    Best Answers:
    0
    Trophy Points:
    225
    #3
    I use NotePad++ to write PHP.
     
  4. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #4
    ^^Same. Notepad++ is awesome
     
  5. Sir Rusty

    Sir Rusty Guest

    Best Answers:
    0
    #5
    Thanks guys! I appreciate the help!
     
    Sir Rusty, May 17, 2008 Set Best Answer IP
  6. qprojects

    qprojects Peon

    Messages:
    1,901
    Likes Received:
    103
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I use Dreamweaver / Zend Studio / Notepad++ / Notepad
    Any one of them ^ :)
     
    qprojects, May 17, 2008 Set Best Answer IP
  7. Sabbir

    Sabbir Banned

    Messages:
    210
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #7
    hi, i use dreamwaver. cause its highlights everything.
     
    Sabbir, May 17, 2008 Set Best Answer IP
  8. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #8
    Pretty much every single free editor does that. Plus a fair few have autocompletion (Notepad++'s is mor comprehensive than DWs) and some have FTP clients.
     
  9. Altari

    Altari Peon

    Messages:
    188
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I like Eclipse (but steal hubby's Zend DE whenever possible :D).
     
    Altari, May 18, 2008 Set Best Answer IP
  10. myseo

    myseo Member

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #10
    You can use notepad as well allthough a goog php editor sometimes make things easier to overview... :)
     
    myseo, May 18, 2008 Set Best Answer IP
  11. jayshah

    jayshah Peon

    Messages:
    1,126
    Likes Received:
    68
    Best Answers:
    1
    Trophy Points:
    0
    #11
    Vim or Nano :D (Linux)

    You can't beat the simplest.
     
    jayshah, May 18, 2008 Set Best Answer IP
  12. samyak

    samyak Active Member

    Messages:
    280
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    90
    #12
    Vim sucks. Just too much work. I dont like Linux anyways.

    USe Dreamweaver. it rocks.
     
    samyak, May 19, 2008 Set Best Answer IP
  13. samyak

    samyak Active Member

    Messages:
    280
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    90
    #13
    Actually you can use Frontpage too. But I still prefer Dreamweaver.
     
    samyak, May 19, 2008 Set Best Answer IP
  14. jayshah

    jayshah Peon

    Messages:
    1,126
    Likes Received:
    68
    Best Answers:
    1
    Trophy Points:
    0
    #14
    So what are you hosting on? Windows :p
     
    jayshah, May 19, 2008 Set Best Answer IP
  15. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #15
    Its PHP. Using either of those is pointless, asides from the fact they are crap programs, they are designed for HTML, and support for PHP is minimal. Neither of them (even though Frontpage has long since been discontinued) have complete PHP function autocompletion, which Notepad++ and several other editors have, though it is more of a hindrance than a help - I just fail to see why you'd pay to use something that sooo many free things can do better.


    On a side note, Linux rocks (go Fluxbuntu!!!)
     
  16. singh.ajit05

    singh.ajit05 Peon

    Messages:
    83
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    I thing Dreamweaer is quite easier than others. not for php only but asp, .net and template based work etc.
    So can use Dreamweaver CS3 the latest version.
     
  17. Nathan Malone

    Nathan Malone Well-Known Member

    Messages:
    369
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    110
    #17
    I've used a lot of them, but right now, I am using Notepad++. I find that for me, it has the right balance of being complex enough, without over-doing it. There are a lot of other ones, such as Eclipse, though, that are nice development tools.
     
  18. cwboaze

    cwboaze Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    I use Dreamweaver for it's kick ass highlighting! features. no other use, just that.

    Notepad++ , nice line by line and search and replace features. Dreamweaver does excellent
    with most operations, but when searching and replacing notepad++ is the king.

    Also, notepad, lol. Nothing like some standard text editing. Go old school! :)

    I also have a peice of software to manage all my code snippest either collected
    or custom written!.
     
    cwboaze, May 19, 2008 Set Best Answer IP
  19. WhaLberg

    WhaLberg Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    Try PHP Designer.
     
    WhaLberg, May 19, 2008 Set Best Answer IP
  20. o0DarkEvil0o

    o0DarkEvil0o Peon

    Messages:
    11
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #20
    Zend for PHP, DW for CSS and 1stJavascript for JS:D:D
    All of them is support popup sugguest for each type.