Is Their A Visual PHP Editor?

Discussion in 'PHP' started by narsticle, Jan 4, 2008.

  1. #1
    Hi all. I am not a programmer by any means. I do however know dreamweaver very well as an html editor. Is their some sort of a PHP editor that works visually for creating very simple frontends to display data in existing databases i already have as mysql databases?

    Any suggestions would be appreciated.
     
    narsticle, Jan 4, 2008 IP
  2. Doskono

    Doskono Peon

    Messages:
    153
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    No I do not believe so. But what you are interested in learning is very simple... Might want to give php a go ;)

    Visual editor is not possible as alot of the php is not actually shown on the page. PHP is very different than HTML. HTML is a a simple language. Which in my opinion is not an actually programming language. It's a base where to begin in learning about web development. PHP is a server side language, which makes it an actual programming language. (Making it not visual...)
     
    Doskono, Jan 4, 2008 IP
  3. jronmo

    jronmo Guest

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Dreamweaver8 has PHP/MYSQL development. You will need to setup a testing server. Then you can use dreamweaver with php the same as you would html.
     
    jronmo, Jan 4, 2008 IP
  4. MMJ

    MMJ Guest

    Messages:
    460
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #4
    HTML isn't a programming language, its a markup language.
     
    MMJ, Jan 4, 2008 IP
  5. greatlogix

    greatlogix Active Member

    Messages:
    664
    Likes Received:
    13
    Best Answers:
    1
    Trophy Points:
    85
    #5
    Try 'Code Charge Studio' or 'PHP Runner'. Google these keywords and you will find site links.
     
    greatlogix, Jan 4, 2008 IP
  6. jayasimha

    jayasimha Peon

    Messages:
    48
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    jayasimha, Jan 4, 2008 IP
  7. Joobz

    Joobz Peon

    Messages:
    598
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I don't like Code Charge Studio's licensing scheme but after reviewing PHPRunner it looks very promising. One thing to understand, these programs don't usually produce anything sophisticated in terms of websites. They are pretty much just dynamic scripting engines for spitting out mySQL front ends. To get any real website functionality would take a real programmer and some creative imagination.
     
    Joobz, Jan 4, 2008 IP
  8. hostingcoupon

    hostingcoupon Peon

    Messages:
    447
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I think no such super editor. You may need learn how to program PHP.
     
    hostingcoupon, Jan 5, 2008 IP