| 
	
 | 
 Posted by NC on 05/15/06 19:07 
prieditis@lookaheaddecisions.com wrote: 
> 
> I need some very basic advice. 
> 
> Let's suppose I need to do some mysql queries and updates 
> to a database.  I also need to dynamically update parts of 
> a web page that the user is looking at based on the results 
> of these queries. 
 
Before we do that, where is the database located?  On your computer or 
on a hosting company's server? 
 
> What are my options for server-side scripting languages 
 
An incomplete list in alphabetical order: 
 
ASP 
ASP.Net 
ColdFusion 
JSP 
Perl 
PHP 
Python 
 
> and what you recommend. 
 
Well, we're in PHP newsgroup, what do you expect? :) 
 
Seriously, though, if you already host the site somewhere and don't 
want to move it, you're stuck with the choice of scripting language(s) 
offered by your hosting plan. If you already have some programming 
experience in any language, you should consider building on it, rather 
than start anew with a brand-new language. 
 
> I've heard quite about about Ruby on Rails--does that cover 
> everything php does or is php a better way to go. 
 
There is no such thing as "a better way to go".  You should think of 
what is best for you in terms of your development expertise and 
availability of hosting. 
 
Cheers,  
NC
 
  
Navigation:
[Reply to this message] 
 |