A partition is supported for Ajax. But is effective form processing supported with pdo?
Pdo is well supported
PDO is supported. Ajax is part of the Javascript which runs in your visitor’s browsers, but there is little on the servers to prevent you from using it. Just make sure that the page people are seeing has the same domain as the page you’re sending the AJAX request to.
So you can do Ajax from blog.example.com to blog.example.com, but not from blog.example.com to api.example.com.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.