|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Jan 2004
Location: La La Land
Posts: 156
|
I have a php question
I am trying to have a link on a webpage to redirect to another webpage while not showing on the address on the browser using php , can someone help me out here. Thanks
|
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Jan 2004
Posts: 2,576
|
What's wrong with metarefresh inside a frame?
__________________
|
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Jul 2002
Location: Bay Area
Posts: 4,012
|
PHP Code:
Usage script.php?go=1 Damn word filters |
|
|
|
|
|
#4 | |
|
Confirmed User
Join Date: Jan 2004
Location: La La Land
Posts: 156
|
Quote:
|
|
|
|
|
|
|
#5 | |
|
Confirmed User
Join Date: Jan 2004
Location: La La Land
Posts: 156
|
Quote:
|
|
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: Apr 2004
Location: NC
Posts: 8,323
|
I think what he is trying to block is the status bar message so the surfer can't see what's coming next from the click. Is that right? If so I think that can be controlled using just a little ja.va.scr.ipt.
|
|
|
|
|
|
#7 | |
|
Confirmed User
Join Date: Jan 2004
Location: La La Land
Posts: 156
|
Quote:
|
|
|
|
|
|
|
#8 |
|
Bon temps!
Join Date: Feb 2003
Location: down yonder
Posts: 14,194
|
Here is a page that has a simple status bar message generator. Just put in what you want it to say, choose whether you want static or scrolling and click Generate and it gives you the HTML.
http://htmlbasix.com/statusbarmessage.shtml
__________________
. |
|
|
|
|
|
#9 | |
|
Confirmed User
Join Date: Jun 2004
Posts: 133
|
Quote:
At first, the condition will be always true and it will assign value "1" to the "$go" variable instead of evaluating the clause. The condition ($go = "1") should go with an extra equals sign. Moreover, PHP configuration on many servers has register_globals set to off, so you have to use $_GET['go'] instead of $go ... and in the end, the link itself is crippled by the board engine. I will post example without the condition because this board cannot manage the code even in php or code section. PHP Code:
__________________
Bright Porn | Webmasters | Free Galleries | Sponsors | Traffic Trades | Hardlinks
|
|
|
|
|
|
|
#10 |
|
Confirmed User
Join Date: Jun 2004
Posts: 133
|
Btw, why it is disabled to write a link or two successive equals signs even in the section marked as code or php?
It is very hard to write an example for someone this way
__________________
Bright Porn | Webmasters | Free Galleries | Sponsors | Traffic Trades | Hardlinks
|
|
|
|
|
|
#11 | |
|
Confirmed User
Join Date: Jan 2003
Location: 2006
Posts: 8,584
|
Quote:
|
|
|
|
|
|
|
#12 | |
|
Confirmed User
Join Date: Jan 2004
Posts: 2,576
|
Quote:
__________________
|
|
|
|
|
|
|
#13 | |
|
Confirmed User
Join Date: Jun 2004
Posts: 133
|
Quote:
__________________
Bright Porn | Webmasters | Free Galleries | Sponsors | Traffic Trades | Hardlinks
|
|
|
|
|