I have registration options on my site, tell me which of these options will be most convenient for users:
- Ajax + JS (I send data via ajax, and then I throw on the same page)
- PHP (Redirect to the same page where the registration handler in the header)
- PHP (Site-> Processor-> Site)