<? DEW-CODE.COM  

Downloads

Assorted scripts  (1)
DewNewPHPLinks  (9)





Lost Password?
No account yet? Register

Dew-Code Newsfeed

Resources


 USdigitalcable.com

Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
in.php directed to the main site page instead (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: in.php directed to the main site page instead
#1364
mwlahn (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
in.php directed to the main site page instead 1 Year, 7 Months ago Karma: 0  
Currently my confirmation email back to the users generates an email in part as follows...

Code:

Please use this code to link to us: <a href="http://www.mysite.com/resources/in.php?ID=38" target="_blank">
This looks good, but what I'd like to do is instead of having the user directed to the Links page when they click on it, I'd rather they land on the $base_url page. I can't see how to do that. Any hints?
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1365
Dewed (Admin)
Admin
Posts: 603
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:in.php directed to the main site page instead 1 Year, 7 Months ago Karma: 9  
in.php reason for existance is just to tally the inbound clicks from the sites you list. Afterward, the browser gets redirected, where is entirely up to you.

The last line of in.php does the redirect, originally

Code:

header("Location: ./$index/"); ?>
So you could just change that header line
Code:

header("Location: http://www.yourwebsite.com/"); ?>
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
#1366
mwlahn (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Re:in.php directed to the main site page instead 1 Year, 7 Months ago Karma: 0  
Thanks Dewed! That's what I needed to know.
I'll get the hang of this PHP stuff eventually at this rate
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop
Outsource your projects to thousands of programmers at
ScriptLance.com
Newsflash
Interested in
advertising?

This space for rent!

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008