Re: alumni registry - web database?

2000-05-30 Thread Anthony E. Greene
At 22:57 2000-05-29 -0700, Joe Brenner wrote: >"Anthony E. Greene" <[EMAIL PROTECTED]> wrote: >> I'm a perl user, so I favor perl and PostgreSQL. Red Hat ships with the >> Pg.pm module which makes it easy to connect to PostgreSQL databases with >> perl. Perl has so many modules that it's easy to

Re: alumni registry - web database?

2000-05-30 Thread Joe Brenner
"Anthony E. Greene" <[EMAIL PROTECTED]> wrote: > JRtL wrote: > > i have a school project on web development. i am assign > > to do the alumni registry of our college (sort of online web > > database for alumni to register and some value added > >

Re: alumni registry - web database?

2000-05-27 Thread Anthony E. Greene
JRtL wrote: > i have a school project on web development. i am assign > to do the alumni registry of our college (sort of online web > database for alumni to register and some value added > services) but i am not aware of the tools and languages > used in the development/im

Re: alumni registry - web database?

2000-05-26 Thread Danny
a school project on web development. i am assign > to do the alumni registry of our college (sort of online web > database for alumni to register and some value added > services) but i am not aware of the tools and languages > used in the development/implementation of this registry. I &

Re: alumni registry - web database?

2000-05-26 Thread John Aldrich
On Fri, 26 May 2000, JRtL wrote: > hi, > > i have a school project on web development. i am assign > to do the alumni registry of our college (sort of online web > database for alumni to register and some value added > services) but i am not aware of the tools and langu

RE: alumni registry - web database?

2000-05-26 Thread Tanner, Robby
One combination I have found in wide use is the Apache web server using PHP and MySQL. > -Original Message- > From: JRtL [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 26, 2000 12:45 PM > To: [EMAIL PROTECTED] > Subject: alumni registry - web database? > > &g

alumni registry - web database?

2000-05-26 Thread JRtL
hi, i have a school project on web development. i am assign to do the alumni registry of our college (sort of online web database for alumni to register and some value added services) but i am not aware of the tools and languages used in the development/implementation of this registry. I

alumni registry - web database?

2000-05-26 Thread JRtL
hi, i have a school project on web development. i am assign to do the alumni registry of our college (sort of online web database for alumni to register and some value added services) but i am not aware of the tools and languages used in the development/implementation of this registry. I

alumni registry - web database?

2000-05-26 Thread JRtL
hi, i have a school project on web development. i am assign to do the alumni registry of our college (sort of online web database for alumni to register and some value added services) but i am not aware of the tools and languages used in the development/implementation of this registry. I

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 bu

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 build

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

Re: Web Database

1998-06-23 Thread Derek Balling
Toft 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

Fw: 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 poi

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

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

Web Database

1998-06-22 Thread James Michael Keller
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 - a produ

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

web database front-end

1998-03-10 Thread Chris Fenton
PRELUDE: Biologists routinely produce and freeze hundreds of samples, bacterial strains, plasmids, primers, tissue samples . Each freezer holds several hundred samples. Until now we have recorded the position and identity of the samples in a catalogue. The catalogue is full of