HI there, That tutorial uses AJAX to submit the form which is another layer of complexity to a commenting system which allows the user to submit a comment and update the page with the new comment without re-loading the page. A basic comments system doesn't require this and most use just a database and a php script. When the user has written their comment and click the submit button the comment is sent to the php script. The script will validate the data( make it safe to insert in to a database) and then run a query to insert it...another part of the script will go through and select all the comments and output them on the page
This is not hard if you have some experience of php/mysql.....if you dont then perhaps a days reading could give you the info you need to achieve this ...there is a wealth of info at the end of a google search.....this really is the bread and butter of web development so it wouold be a good idea to learn :) On Jan 28, 8:40 am, atisz <[EMAIL PROTECTED]> wrote: > Ok, guys > > So as I understand it's not as simple as I thought. I don't know what > I'm going to do about it, I was expecting for something like > this:http://www.ibm.com/developerworks/library/x-ajaxxml5/index.html#fig1, > but only to meet my requirements. Maybe I'll give up, because the time > is quite pressing me. :( > Thanks for your advices, and if someone can help me, any tutorials are > still welcomed. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
