Apple Rinquest | WordPress & PHP Developer

How to pass Javascript value to PHP in WordPress

Sometimes, working on customization in WordPress we need to pass the PHP value to JavaScript or JavaScript value to PHP. … Read More

How to validate a form with jQuery validation plugin

When you want to do the form validation you can do from the client-side and server-side. I like to do … Read More

Upload file won’t send to backend with Ajax

Story You create a form with the file input field (such as upload image file) and other text input fields. … Read More