Klym wrote:
> 
> I have built a MySQL database for a web based survey.  I am trying to decide
> between JSP and PHP for my programming interface.  The reason I am
> considering Java is because I have some Java experience.  What would you
> recommend for someone like me who is starting out?

If you know java and like java, then use java. Check out the velocity
template engine. http://jakarta.apache.org/velocity Cool stuff. I doubt
you'll find a host for it though. Best to build your own server. If you
are in a shared server environment, you'll probably have to use php or
perl. Full Java/Servlet/JSP support is still a few years away for most
hosting companies, though some do support it at additional cost. The
setup and security considerations using java are a lot more complex than
with perl or php.
Ken

> Also, my two current hosting companies don't support JSP.  Is this common?
> Is it more expensive for JSP support?

Yes. Yes. 
 
> thanks
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to