If you want to use the WordPress functions in your process.php file then there is a way for you.
simply put these two lines of code at the top of your process.php file
$blogheader = explode("wp-content",$_SERVER["SCRIPT_FILENAME"]);
include $blogheader[0]."wp-blog-header.php";
Now you can use the WordPress functions in your file and do what you want.
Will that work for you?
Related Posts:
- WordPress AJAX File Upload – FrontEnd
- jQuery and AJAX Not working with Select Form Element
- Registration e-mail check with AJAX
- Accept AJAX call with serialized form data
- Front-end Ajax File Upload
- Frontend Post with JQuery AJAX to Php Issue
- Ajax form submit not working, returns 0
- Converting a working AJAX form to work with WordPress
- jQuery forms & updating info
- wordpress ajax upload media not working
- Is not using admin-ajax to ajax submissions okay?
- $_POST empty in using new php file added to theme
- JSON parsing error syntax error unexpected end of input
- Pass request headers in a jQuery AJAX GET call
- jQuery Ajax error handling, show custom exception messages
- How to send multiple data fields via Ajax?
- My javascript is returning this error: $.ajax is not a function
- jQuery AJAX submit form
- Jquery Ajax Posting JSON to webservice
- Ajax TypeError: $.POST is not a function
- TypeError: $.ajax(…) is not a function?
- XML Parsing Error: not well-formed in FireFox but good in Chrome
- Ajax Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource
- How to fix the ‘Missing required request header. Must specify one of: origin,x-requested-with’ Ajax Error
- What’s the point of the X-Requested-With header?
- How to get a cross-origin resource sharing (CORS) post request working
- jQuery Form Validation before Ajax submit
- jQuery – Illegal invocation
- Clear form fields with jQuery
- FormData append not working
- jQuery’s .on() method combined with the submit event
- Get a form action/url with jquery
- Twitter Bootstrap Modal Form Submit
- Validate form before submit jquery
- jQuery ajax error function
- Using WordPress 3.5 Media Uploader in meta box?
- How to display contact form 7 form in vanilla js without jquery in frontend
- wp not defined at wp.Uploader.prototype
- How to setup multi-page using jquery?
- Is textarea always accesible throught textarea#content in wordpress dashboard for a specific page?
- Auto next upon clicking image without clicking Next button
- wordpress file upload from direct directory not working
- Opening Modal popup on Ajax form submission
- How to submit the date with ajax?
- jQuery Validation plugin and Bootstrap 4 CSS classes
- Form validation before submitting
- Orderby post__in Not Working Correctly?
- Get ajaxForm response value
- WordPress Ajaxifying not working properly
- How to submit form data in the same page in WordPress without reloading the page?
- How to pull data from a table using wpdb?
- Reload selected post in multiple post query with ajax
- Submitting custom post from frontend,jQuery ajax, and custom validation – can’t find proper place to insert wp_insert_post()
- jQuery.post() calling function with parameter
- Submitting my form to the database and then redirecting to payment site
- Autocomplete for titles via ajax – rework of past post away from like_escape()
- Passing variable data from external jQuery file to options.php
- How to specify url for ajax call in wordpress plugin
- Retrieve customizer value using ajax or customizer api and print the value in theme
- Possibility of creating a folder in the wordpress root install and installing a file there, all via plugin?
- Displaying contents of a tab
- owl carousel not working after ajax load [duplicate]
- WordPress version for this autocomplete jQuery code
- Call admin ajax using absolute url? Relative URL breaks (frontend ajax)
- value not saving in the form when dynamically creating an input
- Load more button
- Ajax Request with jQuery not happening
- Ajax autocomplete based on usercode
- Variable not being returned from Ajax Javascript (though javascript receives it)
- Page keeps refreshing with Ajax form
- jQuery AJAX add json2 dependency?
- Customize wp-admin form custom fields
- How to respond with WP_Ajax_Response();
- How to pass more information though separate post keys via AJAX
- Auto Select Child categories on Multiple Dropdown – Jquery
- Adding jQuery timepicker to contact form
- wp_signon not working fine and 302 moved temporarily?
- Loop not appending through infinite-scroll ajax call
- Convert WordPress SACK code to new admin-ajax
- Get selected value with PHP and jQuery
- how to refresh index page without reloading browser using ajax
- Page reload occurs before request finishes
- Ajax request with jQuery without WP_ajax
- Ajax Query returns zero
- jQuery Live Form Validation in WordPress
- ajax form function error
- Contact Form 7 submission does not complete [closed]
- Using WP Ajax and jQuery to process multiple forms on the same page?
- Combo box populating a DIV using ajax/jquery
- Contact Form 7 checkbox to add a new class to a div [closed]
- Dynamically populate Cascading Dropdown from MySQL using JQuery/AJAX [closed]
- jQuery color picker function on change
- Infinite Scroll applied to ajax loaded content
- How to combine jQuery in-place editor with $wpdb->update
- Load loop images on click / defer image loading until click or other event
- Widget won’t work due to old JavaScript? Any ideas how to make it work? [closed]
- Contact Form 7 – Submit Form not working After Ajax Request [closed]
- Elementor form – checkboxes validation
- Upload multiple files via ajax from an HTML file input
- How to make Contact Form 7 work when injected via AJAX in WordPress?