I am sending some data in the query string with the link sent in a mail to the user.
When he clicks on that link same query string with that data which i sent is returned but some Html which is written in the page is not being shown to the user.
Only Blank page is shown.
I tried header: location also but in vain.
Pls help.
http://xyz.com/Publish/verifyAccount.php?c=MTIx
is giving Blank Page
http://xyz.com/Publish/verifyAccount.php
is showing complete HTML of the page.
REdirection problem
Moderator: General Moderators
Re: REdirection problem
Without the source code we can't do much for you.