epheterson
12-06-2009, 03:33 PM
I have this idea for a clever way to insert Titles into a database for a list of entries which would otherwise be only numbers.
That is for something unnamed, it says 'Nameless' where the title should show. When the user clicks 'Nameless,' it turns into a textbox saying 'Enter Title then [Enter]' or something like that and when he hits Enter, it turns back into a text link, but with the correct title, and behind the scenes that record was added to a MySQL database.
My question to you: Where do I start and what framework (if any) would be good to use? I know of JQuery and CakePHP (The site is written in PHP anyway). This would be my first AJAX implementation so I'm treading slowly.
Thanks
That is for something unnamed, it says 'Nameless' where the title should show. When the user clicks 'Nameless,' it turns into a textbox saying 'Enter Title then [Enter]' or something like that and when he hits Enter, it turns back into a text link, but with the correct title, and behind the scenes that record was added to a MySQL database.
My question to you: Where do I start and what framework (if any) would be good to use? I know of JQuery and CakePHP (The site is written in PHP anyway). This would be my first AJAX implementation so I'm treading slowly.
Thanks