WYSIWYG PHP/MySQL Development Tool

fbrdphreak

Lifer
Apr 17, 2004
17,555
1
0
Hey all,
I'm a marketing intern for a small software company (and I'm a Senior in CPE/EE, go figure) and I was just tasked to develop an externally accessable way for the bosses here and the programmers in other states to view, update, and modify a list of features/bugs they are working on.

PHP & MySQL was the first and best way that came to my mind. Any thoughts?

I'm in the process of teaching myself these languages, but was wondering if anyone could recommend a fairly straightforward What You See Is What you Get development tool; maybe like Dreamweaver for PHP/MySQL? Something that will kind of allow me to specify what kind of tables I want, databases, the actual form itself, etc etc.

Thanks in advance
 

fbrdphreak

Lifer
Apr 17, 2004
17,555
1
0
Originally posted by: joshsquall
Why not use an out of the box solution?
Like? Looking for something fairly simple here. Money isn't a huge issue as these guys are loaded, but given its limited implementation it shouldn't cost a WHOLE lot.

EDIT That and I need something to work on so they can justify paying me $12/hour, other than for neffing of course :p
 

akubi

Diamond Member
Apr 19, 2005
4,392
1
0
Originally posted by: joshsquall
Why not use an out of the box solution?

good idea. it's been done over and over.

bugzilla may be overkill; there are other solutions
 

fbrdphreak

Lifer
Apr 17, 2004
17,555
1
0
Great information guys, keep it coming.

I will look at these two suggestions and see what works.

I believe all of our servers are running Windows, just not sure what version or how they are setup
 

fs5

Lifer
Jun 10, 2000
11,774
1
0
Bugzilla. And modify it if you know perl. Otherwise it works good out of the box. You'll need to hold a little training to teach them how to use it and proper 'bug life span'.
 

fbrdphreak

Lifer
Apr 17, 2004
17,555
1
0
Originally posted by: fs5
Bugzilla. And modify it if you know perl. Otherwise it works good out of the box. You'll need to hold a little training to teach them how to use it and proper 'bug life span'.
What do you mean by bug life span?
 

Skiddex

Golden Member
May 17, 2001
1,380
0
76
Originally posted by: zerocool1
dhrupal/mambo


yea, ive used mambo, modular and easy to use and setup....if you arent familiar with mysql really, id recommend getting phpmyadmin up and running. its a web based form to modify your sql database...easy to use and setup

-Dan
 

fbrdphreak

Lifer
Apr 17, 2004
17,555
1
0
Originally posted by: Skiddex
yea, ive used mambo, modular and easy to use and setup....if you arent familiar with mysql really, id recommend getting phpmyadmin up and running. its a web based form to modify your sql database...easy to use and setup

-Dan
So that would generate the web form and I just need to setup the server to handle PHP?
 

Skiddex

Golden Member
May 17, 2001
1,380
0
76
you could modify it to do that without much problem...its probably much more than you need, but i love having phpmyadmin on every box that i am doing devel work on just so i can quickly and visually view tables and info without having to blunder my way thru mysql code.
 

fbrdphreak

Lifer
Apr 17, 2004
17,555
1
0
Originally posted by: Skiddex
you could modify it to do that without much problem...its probably much more than you need, but i love having phpmyadmin on every box that i am doing devel work on just so i can quickly and visually view tables and info without having to blunder my way thru mysql code.
So just to clarify what you're saying: phpmyadmin will generate a PHP based table system for bug management and all I have to do is get it network accessible via the server?
 

Skiddex

Golden Member
May 17, 2001
1,380
0
76
yep. all phpmyadmin does is turn a sql database into a clickable and browseable web page. i just use it for debugging tables and having a nice clean view of where data is lying in tables. what about putting up a simple php based bulletin board? something like phpbb. the install took me all of 5 min to have something up and running on my webserver. would that be acceptable to your bosses and programmers?
 

fbrdphreak

Lifer
Apr 17, 2004
17,555
1
0
Originally posted by: Skiddex
yep. all phpmyadmin does is turn a sql database into a clickable and browseable web page. i just use it for debugging tables and having a nice clean view of where data is lying in tables. what about putting up a simple php based bulletin board? something like phpbb. the install took me all of 5 min to have something up and running on my webserver. would that be acceptable to your bosses and programmers?
Ooooh. That's a good idea. Do you still have to setup PHP on the server itself? I'm not sure if they have that setup or not
 

LuckyTaxi

Diamond Member
Dec 24, 2000
6,044
23
81
Originally posted by: tfinch2
Wrong forum, and look into a CMS.

I wouldnt recommend one. Most of them are bloated. It's not that hard to create something in less than an hour. it doesnt have to be fancy or anything.
 

Skiddex

Golden Member
May 17, 2001
1,380
0
76
Originally posted by: fbrdphreak
Originally posted by: Skiddex
yep. all phpmyadmin does is turn a sql database into a clickable and browseable web page. i just use it for debugging tables and having a nice clean view of where data is lying in tables. what about putting up a simple php based bulletin board? something like phpbb. the install took me all of 5 min to have something up and running on my webserver. would that be acceptable to your bosses and programmers?
Ooooh. That's a good idea. Do you still have to setup PHP on the server itself? I'm not sure if they have that setup or not

if you are going to look into mambo or another CMS, your server is going to need a DSO supported compile of apache and php installed as a module of apache. look here for an easy how to that i have used in the past for guidance linky

otherwise a simple php install should do the trick for a phpbb
php install instructions