I'm pretty much a newbie when it comes to SQL and advanced web page design. What I want to do is create a cookbook program through a web interface. Right now, all I am interested in is showing one individual recipe, taking data from about 6 different tables, and displaying them all on one page.

I would like advice as to which scripting language to use. I really don't know much about them, other than CGI is server-side and most of the other ways of doing it are client-side. I need to learn jython for an upcoming project, so if it is possible to use it, it would be very helpful to me.

I've found a lot of good SQL tutorials, but I haven't seen any good tutorials for integrating SQL with a web page. If anybody has suggestions, I would be appreciative. I have rudimentary programming skills, but I am a fast learner.

-Biscuits