I want to send verification code to my user after registration to their email by sending url like
<a href="http://www.example.com/emailverify.php?verification_code=01613fd015ada97f9f67cec5431b98e5" rel="nofollow">http://www.example.com/emailverify.php?verification_code=01613fd015ada97f9f67cec5431b98e5</a>
or
<a href="http://www.example.com?page_id=115&verification_code=01613fd015ada97f9f67cec5431b98e5" rel="nofollow">http://www.example.com?page_id=115&verification_code=01613fd015ada97f9f67cec5431b98e5</a>
is there any way to send get data without ? or &
like
<a href="http://www.example.com/email_verify/verification_code=01613fd015ada97f9f67cec5431b98e5" rel="nofollow">http://www.example.com/email_verify/verification_code=01613fd015ada97f9f67cec5431b98e5</a>
I am using wordpress.So email verify page permalink is
<a href="http://www.example.com/email_verify/" rel="nofollow">http://www.example.com/email_verify/</a>
<a href="http://www.example.com/emailverify.php?verification_code=01613fd015ada97f9f67cec5431b98e5" rel="nofollow">http://www.example.com/emailverify.php?verification_code=01613fd015ada97f9f67cec5431b98e5</a>
or
<a href="http://www.example.com?page_id=115&verification_code=01613fd015ada97f9f67cec5431b98e5" rel="nofollow">http://www.example.com?page_id=115&verification_code=01613fd015ada97f9f67cec5431b98e5</a>
is there any way to send get data without ? or &
like
<a href="http://www.example.com/email_verify/verification_code=01613fd015ada97f9f67cec5431b98e5" rel="nofollow">http://www.example.com/email_verify/verification_code=01613fd015ada97f9f67cec5431b98e5</a>
I am using wordpress.So email verify page permalink is
<a href="http://www.example.com/email_verify/" rel="nofollow">http://www.example.com/email_verify/</a>