MySQL Forums
Forum List  »  PHP

jquery update database
Posted by: ollie smith
Date: March 23, 2015 11:38AM

In a dreamweaver page I am using a jquery function to select the id in the pagination. I have the jquery functioning but have something wrong in the php query. I will supply link to the php coding and a link to the web page. At this time i have no errors but not getting any query results.What do I have wrong?

Script
<script type="text/javascript" language="javascript">
$(document).ready(function() {
$("td.im").click(function(event){
var name = $(this).text();
$("#stage").load('content/form.php', {"name":name} );

});
</script>

php http://www.pasteall.org/57437/php

web http://nlaco.info/jquerytuts/formpage.php

Options: ReplyQuote


Subject
Written By
Posted
jquery update database
March 23, 2015 11:38AM
March 23, 2015 12:37PM
March 23, 2015 12:42PM
March 23, 2015 01:22PM
March 23, 2015 01:46PM
March 23, 2015 03:49PM
March 23, 2015 04:25PM
March 23, 2015 04:44PM
March 24, 2015 09:25AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.