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.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 07-30-2005, 09:48 PM   #1
Agnosticism
Confirmed User
 
Join Date: Dec 2004
Posts: 100
Anyone Good With PHP?

Here's the code...
$DEFAULT_EXIT_PAGE = "$HTTP_REFERER/hey.html";
When I try to use the code it adds an extra blackslash "/" so when it referrs back to the code it looks something like http://www.aol.com//hey.html which makes the url invalid.

I have tried
$DEFAULT_EXIT_PAGE = "$HTTP_REFERER hey.html";
When this code is implemented it creates http://www.aol.com/%20hey.html
And when I implement
$DEFAULT_EXIT_PAGE = "$HTTP_REFERER hey.html";
Syntax is incorrect and doesn't even properly proces the php file.

So I was wondering how to make it so it simply referrs http://www.aol.com/hey.html
Agnosticism is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-30-2005, 09:49 PM   #2
azguy
Confirmed User
 
Join Date: Nov 2004
Location: Scottsdale, AZ
Posts: 5,167
use {$HTTP_REFERER}

(I'd use $_SERVER[''], but you can go with this)
azguy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-31-2005, 11:55 AM   #3
Sams_gfy
Confirmed User
 
Join Date: Aug 2004
Location: in your imagination...
Posts: 491
$DEFAULT_EXIT_PAGE = $HTTP_REFERER."hey.html";

__________________
Work with PPC SE ( Umax, 3FN Marketing) and GET PAID FOR EVERY CLICK !!!
Next step after PPC - Pay Per Lead/Action
Good, filtered traffic: Chocker, Traffic Holder || My favourite hosting: HQ Host
Sams_gfy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.