REdirection problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dumlee
Forum Commoner
Posts: 33
Joined: Mon Jun 30, 2008 12:06 am

REdirection problem

Post 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.
User avatar
ghurtado
Forum Contributor
Posts: 334
Joined: Wed Jul 23, 2008 12:19 pm

Re: REdirection problem

Post by ghurtado »

Without the source code we can't do much for you.
Post Reply