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
- How to send multiple data fields via Ajax?
- Jquery Ajax Posting JSON to webservice
- 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?
- FormData append not working
- Get a form action/url with jquery
- Can’t get a JSON object in response to an Ajax request with wp_ajax
- Creating Ajax backend for Specialised Page Template? Should admin-ajax.php be used?
- Infinite scroll / lazy loading with NextGen Gallery [closed]
- wp_mail script with jQuery post
- WP set auth cookie using Ajax is not saved to browser
- jquery & ajax getting data to php in wordpress
- AJAX returns response 0
- Passing a varible from jQuery to PHP
- ajax call in wordpress front end
- POST from jQuery to PHP
- How to Use JSON With AJAX?
- wp_localize_script, variable is not defined in jquery
- Using wp_ajax and wp_ajax_nopriv hooks
- WP REST return value to error function from Request
- WP Media uploader loading only once in options page
- jQuery Plugin to use WordPress functions in AJAX request
- WordPress Ajax not function as I expect… what’s wrong?
- jQuery Ajax passing empty parameters to my function?
- Loading posts via AJAX in a hidden div with updated URL?
- How to get a value from PHP in Jquery through Ajax
- Combining media queries with image sizes
- Cannot prefill hidden Ninja Forms fields
- Jquery not showing in homepage
- Is it possible to hide media details sidebar when wp.media popup is being opened?
- Ajax not posting form data to query in PHP function
- jQuery Ajax returning correct Response, but after redirect to 404 Error
- How to get those data using with ajax json?
- Correct way to write jQuery functions in WordPress
- gravity forms jQuery.load into modal [closed]
- jQuery ajax call throws an HTTP 302
- WooCommerce Ajax Cart Update Stopped Working
- WordPress AJAX Load More function duplicating a post
- AJAX Loaded Glossary like Search results with links to other entries from custom table
- Advanced Ajax Page Loader (AAPL) blocks resources
- Trouble with WordPress Ajax Login System – 302
- Show success or error messages in Ajax response to WordPress custom registration form
- Send multiple attachments with JQuery and wp_mail() function
- How do I Import / Upload Files with jQuery AJAX?
- Why use admin-ajax.php when loading pages through AJAX?
- WP Rest Api / Ajax POST not working when not logged in
- Creating a new div onclick wordpress+ajax
- Ajax Validation for reCaptcha
- Sorting WP Auctions by date/price?
- Properly embed javascript into WP (using function.php) – doesn’t work?
- jQuery tabs plugin with callback to fetch data
- JQuery Counter Limit not working for WP Comment Textarea
- Custom AJAX form not working async
- Null/undefined return in WordPress AJAX request
- AJAX Success Function using JS substr() fails in WP 4.1 vs 4.0
- Manipulate retrieved ajax data in php
- Using Jquery submit with ajax request
- Using AJAX to run SQL statement and populate dropdown
- WordPress Front-End Theme Editor
- Ajax page load in wordpress the right way?
- How to display contact form 7 form in vanilla js without jquery in frontend
- wp not defined at wp.Uploader.prototype
- Is textarea always accesible throught textarea#content in wordpress dashboard for a specific page?
- Auto next upon clicking image without clicking Next button
- Opening Modal popup on Ajax form submission
- 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
- How to specify url for ajax call in wordpress plugin
- Possibility of creating a folder in the wordpress root install and installing a file there, all via plugin?
- 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
- Page keeps refreshing with Ajax form
- Customize wp-admin form custom fields
- wp_signon not working fine and 302 moved temporarily?
- Convert WordPress SACK code to new admin-ajax
- 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
- Dynamically populate Cascading Dropdown from MySQL using JQuery/AJAX [closed]
- jQuery color picker function on change
- How to combine jQuery in-place editor with $wpdb->update
- Contact Form 7 – Submit Form not working After Ajax Request [closed]
- Upload multiple files via ajax from an HTML file input