<% Response.ContentType = "text/vnd.wap.wml" %>

The registration is successful.

Here is the data received at the server:
User name: <% =Request.QueryString("username") %>
Password: <% =Request.QueryString("password") %>
Email: <% =Request.QueryString("email") %>
Name: <% =Request.QueryString("name") %>
Birthday: <% =Request.QueryString("birthday") %>