Johann Spies <jhspies / adept.co.za> writes: > What I want to do learn is how to use a browser like netscape to > handle database queries with ruby and Postgresql as backend. I was > also considering php as an alternative because one can embed it in an > html-document. As you can with Ruby using something called eruby, or erb. Eruby can be embedded with Apache. The convention is that .rhtml files are served by eruby. As with Apache, eruby is embedded in HTML, with Ruby statements being flagged using special delimiters. Combine that with Ruby's libraries, and you've got a viable, and fully OO, alternative to PHP. Regards Dave