PHP editing question.

by 14 replies
17
I have bought a site on Flippa that is a php-based site. I have never worked with php before (other than minor tweaks inside of the wordpress editor.)

I am not afraid of php, and I know that I can figure out the things that I need to do, since my changes aren't huge, but I need to know what is the best (free) program to edit php.

I always use Kompozer for my html sites, but it won't work with php, unless I'm missing something.

Any suggestions?

Thanks
Teresa
#programming #editing #php #question
    • [ 1 ] Thanks
    • [1] reply
    • tjmiller
      If you are on a windows platform I would use editplus. tons of great features including being able to ftp with the editor and work on remote files.

      If you are on a MAC Platform I use Smultron. It integrates with fetch ftp so that you can edit the files directly on the server.

      Hope This helps
      • [ 1 ] Thanks
  • Thanks for the recommendations!

    Teresa
  • Hi Teresa ,

    You can open a PHP file in Wordpad or Notepad and simply edit the contents you
    want to and then save.

    Right Click on any php file and click Open With and then Choose Wordpad or Notepad.

    Regards,
    Mohsin
    • [1] reply
    • Yes, I actually knew that. You can do the same with html. I was just looking for something a bit more intuitive.

      Thanks,
      Teresa
  • Banned
    [DELETED]
  • Try to use ecplise. It has a very vast features. I think most SVN developer used this software.
    • [ 1 ] Thanks
    • [1] reply
    • I suggest using Aptana (it's based on Eclipse) but targeted directly at web development. It's free and I'm using it every day
      Aptana
      • [ 1 ] Thanks
  • I am a visual learner and learned html and php through dreamweaver, so when I made a change to code I could instantly see the effects. Now I just use a text editor on my mac called textmate. When I make a change I always have a browser window open and just refresh the changes. Hope that helps When you get errors(It will happen), simply type the error in to google and start your research there.
    • [ 1 ] Thanks
  • Notepad++ the best i do all the work with it
  • Thanks, everybody. You have certainly given me some options! Now I just have to choose which one of your recommendations to use!

    By the way, Dreamweaver was mentioned, and I know that it is fairly expensive. Does anyone recommend that I shell out that kind of money for a software? Will it make learning any easier?

    I had heard that Dreamweaver actually had a pretty high learning curve, just to use the software. I'm not sure that having to learn a software application at the same time I am learning about php would be as productive.

    Any thoughts from you pros?

    Thanks,
    Teresa
    • [1] reply
    • I've been using Dreamweaver for about 10 years. Don't use it to edit PHP. The learning curve for DW can be pretty high, but if you're doing a lot of design work it can save you some time. It's a great product for doing layouts, because you can instantly see what things are going to look like, and it can help you learn CSS and HTML layouts by using it over time.

      Whether it's worth the money is another question. There is nothing you can do in Dreamweaver that you can't do in Notepad, it just does it faster. If you're looking for a great php editor, Aptana was mentioned and Notepad++ is great also. PHP is not a visual platform, and visual tools will only mess you up. It's text based, and you only see output after it's generated so all you really need is a text based editor that does syntax highlighting.
      • [ 1 ] Thanks
  • Thanks, Jeremy.

    I think you just made things a bit clearer in my mind. When it comes to all of this, I know just enough to be dangerous:confused:

    I would like to learn more, but don't really plan to become a designer. I would just like to feel comfortable enough to work on designs that are already created.

    Like I said in an earlier post, I am not afraid to play around with things a bit, but I don't need for something to tie up a huge amount of my time. I get sidetracked too easily as it is.
    • [1] reply
    • I use Komodo Edit for my PHP and HTML work. It's an open source editor with syntax highlighting, a preview pane, and a lot of extra cool features. I like the search functions, which let you search all documents in a folder. It also integrates with HTML tidy, which helps check your html within your php page.

      It's free, which fit my budget.
      • [ 1 ] Thanks
      • [1] reply
  • Banned
    [DELETED]

Next Topics on Trending Feed

  • 17

    I have bought a site on Flippa that is a php-based site. I have never worked with php before (other than minor tweaks inside of the wordpress editor.) I am not afraid of php, and I know that I can figure out the things that I need to do, since my changes aren't huge, but I need to know what is the best (free) program to edit php.