Jump to content

Ankit Rane

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Ankit Rane

  1. Hello everyone, is there any way to integration block storage in processwire php??
  2. Hi, Yes i am using ProcessWire. Basically file called “subcriberList.php” contains an insert query like write in corePHP to insert a record in database table. And 'subcriberList.php' is present in the template folder.
  3. Hello everyone, i am using the following code ajax code to insert in table but unable to get the result $.ajax({ url: 'subcriberList.php', data: {'email' : email,'name' : name}, type: 'post', success: function(success) { swal({ title: "Thank you for subscribing!", icon: "success", }); } });
×
×
  • Create New...