Is filezilla a good place to start with php?

Discussion in 'PHP' started by Michael Baptiste, Jul 12, 2012.

  1. #1
    I have filiezilla, is that a good place to upload my files and start with php?
     
    Michael Baptiste, Jul 12, 2012 IP
  2. GMF

    GMF Well-Known Member

    Messages:
    855
    Likes Received:
    113
    Best Answers:
    19
    Trophy Points:
    145
    #2
    Filezilla is a FTP programm. With this you can upload/download stuff. You cannot code PHP with it.

    Get yourself a plain text editor like notepad++ or an IDE like NetBeans.
     
    GMF, Jul 12, 2012 IP
  3. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #3
    Netbeans has a built in FTP program. You can program it to automatically upload changes every time you save a file, or can be set to manually upload when you are ready. It combines the editor and ftp into a single program.
     
    jestep, Jul 12, 2012 IP
  4. GMF

    GMF Well-Known Member

    Messages:
    855
    Likes Received:
    113
    Best Answers:
    19
    Trophy Points:
    145
    #4
    Oh yeah. Notepad++ also has a FTP plugin. Choose whatever you are comfortable with :eek:
     
    GMF, Jul 12, 2012 IP
  5. Cyberdog1

    Cyberdog1 Peon

    Messages:
    218
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    0
    #5
    Notepad++ is a good tool.

    Filezilla is great for FTP but not much else
     
    Cyberdog1, Jul 12, 2012 IP
  6. Itachi Uchiha

    Itachi Uchiha Member

    Messages:
    111
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #6
    Netbeans is a little complicated for beginners.
     
    Itachi Uchiha, Jul 13, 2012 IP
  7. shiful

    shiful Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Actually ..i use FileZilla for .NET framework. after develop some website by .NET i upload all kinds of website related file by fileZilla. didn't face any problem. If you would like to know details about your requirements then you can take help from Google search.
     
    shiful, Jul 13, 2012 IP
  8. phptechie

    phptechie Well-Known Member

    Messages:
    885
    Likes Received:
    10
    Best Answers:
    2
    Trophy Points:
    165
    #8
    EditPlus is the best editor for PHP code editing as it has features like syntax highlighting , function help , auto-fill function names etc,..
    You can also use Dreamweaver , you should learn to use various editors & IDEs & choose the best that is easy for you to use
     
    phptechie, Jul 13, 2012 IP
  9. GMF

    GMF Well-Known Member

    Messages:
    855
    Likes Received:
    113
    Best Answers:
    19
    Trophy Points:
    145
    #9
    You forgot to mention that both of these products are proprietary. EditPlus costs 35$ and Dreamweaver costs 400$

    These tools are NOT for beginners. Sure, they feature nice stuff, but what good is function help, when you have absolutely no idea about functions? Kinda like giving a student driver a formular 1 car. Sure, he might be able to drive with it, but he can't use its full potential.:p


    Besides: Notepad++ and NetBeans are free.
     
    GMF, Jul 13, 2012 IP