由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - PHP simple question
相关主题
弱问header redirect的问题help, on a simple login page
一个java web access的问题请教:网页的Back按钮是怎么做的?
动态生成pdf一问一个PHP问题
PHP ——SERVER变量请教
如何限制用户的访问 ?URL Redirection Script
can PHP do this??要能用index.php就好了!
question on CSS (转载)请教怎样隐藏真实链接地址,象dealsea那样
[转载] 如何在2个不同的php文件间传递参数?做了个网站,大家帮着看看
相关话题的讨论汇总
话题: php话题: exit话题: page话题: simple
进入BuildingWeb版参与讨论
1 (共1页)
r********t
发帖数: 395
1
header("Location: http://www.google.com/");
exit;
when the php code goes into this line, the page did nothing. How can I make
the page exit and go into www.google.com? I thought it simple php page
redirection, but it always fails:(
thank you for your help
w*****g
发帖数: 1415
2
可能Header之前还有输出。
把它放到文件的第一行试试。
z****d
发帖数: 89
3
header前有输出不行
exit();?
可以再加个保险下
r********t
发帖数: 395
4
no exit()
I used session, btw. Is there any problem regarding this?

【在 z****d 的大作中提到】
: header前有输出不行
: exit();?
: 可以再加个保险下

r********t
发帖数: 395
5

I put it in the first line, still failed...

【在 w*****g 的大作中提到】
: 可能Header之前还有输出。
: 把它放到文件的第一行试试。

s****y
发帖数: 983
6
don't tell me you didn't input
x********1
发帖数: 183
7
you can try this code:
filename 'google.php'
echo "google"
?>
If you want to automatically redirection. let me know!
r********t
发帖数: 395
8
搞定了。原来是因为不能加 那些tag。。
1 (共1页)
进入BuildingWeb版参与讨论
相关主题
做了个网站,大家帮着看看如何限制用户的访问 ?
C/C++工程师需要懂java,javascript,PHP,或python吗?can PHP do this??
为何PHP这种script 语言大行其道?question on CSS (转载)
A question on ASP[转载] 如何在2个不同的php文件间传递参数?
弱问header redirect的问题help, on a simple login page
一个java web access的问题请教:网页的Back按钮是怎么做的?
动态生成pdf一问一个PHP问题
PHP ——SERVER变量请教
相关话题的讨论汇总
话题: php话题: exit话题: page话题: simple