REdirection problem
Posted: Mon Aug 18, 2008 4:26 am
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.
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.