Re: web programming

From: Vince Vielhaber <vev(at)michvhf(dot)com>
To: Michelle Murrain <mpm(at)norwottuck(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: web programming
Date: 2000-09-26 14:29:27
Message-ID: Pine.BSF.4.21.0009261023030.18644-100000@paprika.michvhf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 25 Sep 2000, Michelle Murrain wrote:

> Hi folks,
>
> I thought (now that I've solved my DBD::Pg problem) that I'd ask a
> fairly generic opinion question. I've been working with postgres and
> php now for about 4 years, quite heavily in the last year. I'm sold
> on postgres, and will continue to use it unless I have compelling
> reasons not to. But I'm debating about continuing development using
> php.
>
> 1) I'm getting better and better at perl - and it's a much more
> mature language than php.
>
> 2) I've been learning a bit about jsp and java servlets - and that's
> intriguing me a lot.
>
> So what's your favorite web programming language to use with
> postgres, and why? Are there speed/performance issues I should think
> about? I'm also beginning to get into XML, so there is another set of
> things to think about.

I prefer PHP, and a close second is C. What's nice about PHP is you
can come in and out of it as needed to add your javascript or just
straight HTML and it's seemless (yes, you can use echo or print statements
to do this, but sometimes it's easier not to). I can also use or not
use the database and it's not visable to the visitor. I did the entire
Pop4 Networking site (http://www.pop4.net) in PHP and it's saved alot of
needless CGI calls. There will be some PHP included in the PostgreSQL
website in the not too distant future as well.

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)com http://www.pop4.net
128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-09-26 14:31:50 Re: Int8 problem
Previous Message Tom Lane 2000-09-26 14:29:00 Re: problem creating template database