Thankyou very much replying to novice like me also. I figured out that it is related to Joomla CMS. The call was somehow also making it to load the direct page for the component I have the database insert command. I , through the plugin, was only using a function in this file to insert into database but somehow that page is also called directly like as if I have typed that in browser so it made two entries.
I think I will sort that out in joomla as such. Anyway I appreciate your input. Warm regards vik Mika Tuupola wrote: > > > On 5 Feb 2007, at 09:01, Vikrant Azad wrote: > >> >> I am not a pro with programming so I would be able to grasp only >> little form >> what you say till you write in very explicit words. So the best >> option is to >> provide a url. >> >> Here is the url >> http://www.joomlaprodigy.com/test/modules/mod_editinplacejp.php > > Tested with FireBug and it POST:s the data only once. Test with > normal form which submits data to same URL. If entries still show up > twice in database try to debug the database code (the code which > makes actual INSERT into database). > > -- > Mika Tuupola http://www.appelsiini.net/~tuupola/ > > > > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > > -- View this message in context: http://www.nabble.com/Inline-editing-double-entry-in-database-tf3172765.html#a8811775 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
