Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

.......................php........................

Options
  • 04-03-2004 10:25pm
    #1
    Closed Accounts Posts: 414 ✭✭


    Hey doew anyone out there know the name of any good free PHP web authoring tools, designed for MySQL database connection.

    Thanks in advance
    !


Comments

  • Registered Users Posts: 660 ✭✭✭anthonymcg


    I think this should go in the webmaster forum but anyway....are you looking for a PHP editor or a tool to let you edit your mySQL database?


  • Moderators, Regional North West Moderators Posts: 19,123 Mod ✭✭✭✭byte
    byte


    I use phpMyAdmin though there are better ones out there probably.


  • Closed Accounts Posts: 414 ✭✭Divine


    well im actually after a tool which lets me creat forms etc in php and then connect them to an SQL database or something similar! Any ideas?


  • Moderators, Regional East Moderators Posts: 21,504 Mod ✭✭✭✭Agent Smith


    dreamweaver does php?


  • Registered Users Posts: 19,608 ✭✭✭✭sceptre


    Originally posted by agent smith
    dreamweaver does php?
    Yeah. At least it has buttons for doing php.

    I still feel like I'm copping out any time I use Dreamweaver instead of Vi

    I've been using a program called PHPEdit. It's good if not spectacular.


  • Advertisement
  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    I tried it (DWMX) with PHP once and I was pleasantly surprised -- I'm pretty sure it was Bertie's Early Retirement Fund that got the treatment, and it took me less than a hour to do the whole thing. I don't think it's really for a n00b though, you'd need to have a fair understanding of databases first. The PHP code it outputs is a bit crufty too. Worth a go though I guess.

    adam


  • Registered Users Posts: 928 ✭✭✭jabberwock


    VIM does color coding for php ithink or also Editplus.

    EasyPHP is a good proggie.
    It set up a apache server with phpv4 and mySQL.
    Handy for testing out your code.


  • Banned (with Prison Access) Posts: 13,018 ✭✭✭✭jank


    anybody know of a good php authering tool for linux
    dont really fancy writting all my php in gedit!

    has to work with mysql though


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Originally posted by jank
    anybody know of a good php authering tool for linux
    dont really fancy writting all my php in gedit!

    has to work with mysql though
    vim :)


  • Banned (with Prison Access) Posts: 13,018 ✭✭✭✭jank


    you cant be serious
    that thing just goes against my senses
    well for now anyway


  • Advertisement
  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    If vim is too advanced, try pico. :)


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Originally posted by dahamsta
    If vim is too advanced, try pico. :)
    But pico doesn't have the nice highlighting :)

    vim is also available for windoze


  • Closed Accounts Posts: 414 ✭✭Divine


    hey thanks blacknight, her i nearly got you for hosting my website....but then i got a much better deal!!!!


  • Registered Users Posts: 19,608 ✭✭✭✭sceptre


    Vim really is the business when you get used to using it in any way. The first time I looked at it I just started and thought WTF?After using it for a few minutes I wondered why I ever messed around with any other text editor. Far nicer than emacs but that's only my opinion.


  • Banned (with Prison Access) Posts: 16,659 ✭✭✭✭dahamsta


    Only took me four or five years to get around to learning vim, and only then because my Smoothwall box doesn't have pico. I still only know the basics. :)

    adam


Advertisement