Page 1 of 1

REdirection problem

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

Re: REdirection problem

Posted: Mon Aug 18, 2008 9:37 am
by ghurtado
Without the source code we can't do much for you.