|
Posted by Bob Arn on 10/14/06 11:27
In article <1160823837.414229.81990@h48g2000cwc.googlegroups.com>,
"sree" <sreedharnatarajan@gmail.com> wrote:
> Hi,
>
> I have an hectic with header() function. Many times i used
> header() function. But this time i encountered some problem.
>
> I coded as
> header("Location: myaccount.php?suc=password changed
> successfully");
>
> This redirects the page to
> myaccount.php?suc=password
>
> instead of
> myaccount.php?suc=password
> changed successfully
>
> This is working as we expect in my local apache server. But, this
> occurs when i uploaded to the remote server.
>
> I dont know why this is.
>
>
> Anybody know the reason or solution, please guide me,
>
>
> Regards,
> Sridharan N.
try: suc=password+changed+successfully
Navigation:
[Reply to this message]
|