passing 2 values from php to ajax from 2 different text field – Jquery ajax
I'm trying to pass to values from input text to ajax but I keep getting null when I decode it. Here is what I have written. <script> function myAjax() { var username = $("#username").val(); var orderid = $("#orderid").val(); $.ajax({ type:…