Re: Web Database

1998-06-24 Thread Sekou Soumaoro Kande
Hi try to get this site Mike recommended (http://www.php.net) but no way. Am I the only one with problem? Sekou S. Kande [EMAIL PROTECTED] ---Mike Edwards <[EMAIL PROTECTED]> wrote: > > > Next thing to get under my belt, I want to be able to have a form based > > database take entries, insert

Re: Web Database

1998-06-24 Thread Mike Edwards
> Next thing to get under my belt, I want to be able to have a form based > database take entries, insert into the database, and be able to do key > searches in each catagory, keywords, etc... Take a look at PHP3. It's a pretty slick HTML-parsing language that you can use in conjunction with My

Re: Web Database

1998-06-23 Thread Frank Lohmeyer
Perl scripts are available from Matt's Script Archive and Selena Sol has perl scripts, too. -Original Message- From: James Michael Keller <[EMAIL PROTECTED]> To: redhat-list <[EMAIL PROTECTED]> Date: Monday, June 22, 1998 9:36 PM Subject: Web Database >Slowly building up my systems know

Re: Web Database

1998-06-23 Thread Mike Edwards
> Postgres is easy to install, easy to use, and has a beautiful Perl > interface module already written so integrating it into your Perl CGI's is > a snap. Agreed! And if you use PHP, it's even easier! http://www.php.net Just my $0.02... Mike == Mike Edwards, MIS Edwa

Re: Web Database

1998-06-23 Thread Igmar Palsenberg
>Slowly building up my systems knowlage now :) >Next thing to get under my belt, I want to be able to have a form >based >database take entries, insert into the database, and be able to do >key >searches in each catagory, keywords, etc... >Then generate result. >Projects to "play" with this -

Re: Web Database

1998-06-23 Thread Richard Sharpe
At 09:17 PM 6/22/98 -1000, George Toft <[EMAIL PROTECTED]> wrote: >> Subject: Web Database >> Date: Mon, 22 Jun 1998 22:12:20 -0400 >> From: James Michael Keller <[EMAIL PROTECTED]> >> To: redhat-list <[EMAIL PROTECTED]> >> >> Slowly building up my systems knowlage now :) >> >> Next thing to get

RE: Web Database

1998-06-23 Thread Edmunds, Keith
> No go. The commercial SQL server that came with The Linux Database > (Just Logic) would not work on the 486 web server. Why not use PostgreSQL? Works fine on my system, and coupled with PHP gives a good web/database programming environment. Keith -- PLEASE read the Red Hat FAQ, Tips, Er

Re: Web Database

1998-06-23 Thread Derek Balling
I have had the exact opposite results. My first experience with web-based database applications was at my last employer using first Postgres95, then PostgreSQL 6.x. I'm now using PostgreSQL 6.3.1 on a RH5 system for all manner of database apps for my current employer - trouble ticket tracking, pag

Re: Web Database

1998-06-23 Thread George Toft
> Subject: Web Database > Date: Mon, 22 Jun 1998 22:12:20 -0400 > From: James Michael Keller <[EMAIL PROTECTED]> > To: redhat-list <[EMAIL PROTECTED]> > > Slowly building up my systems knowlage now :) > > Next thing to get under my belt, I want to be able to have a form based > database take ent

Re: Web Database

1998-06-23 Thread altex
>Slowly building up my systems knowlage now :) > > >Next thing to get under my belt, I want to be able to have a form based >database take entries, insert into the database, and be able to do key >searches in each catagory, keywords, etc... > ... >I'm looking for some pointers to

Re: web database front-end

1998-03-10 Thread Luck Dancing
> I would like to throw up a web interface to this simple program. A user > should be able to search for samples, add samples, and if owner - > move/delete samples. Any linux friendly suggestions ? Easy quick java > packet for linux, HTML, XML ??? > > Well, Selena Sol's and Matt's sc