|
|
|
||||
|
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: Nov 2002
Location: Texas
Posts: 740
|
please help with this code for hosted galleries
Hi I have been tring to do this on my own. But I really need someone to help me out. I have been trying to set up galleries that I can give to my affliates that will have their unique ID own it (hosted galleries). this is what I have come up with so far.
<? PHP$id = getenv("QUERY_STRING"); ?> <? echo $id ?> and this < !-- #set var="id" value="${QUERY_STRING}" -- > < !-- #echo var="id" -- > I already know were the code should go and I have tried both codes. However I must be doing something wrong. Could someone show me a live page using this or just give me a little help Thanks Mhende |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Nov 2002
Location: Texas
Posts: 740
|
^BUMP^
|
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Sep 2001
Location: Kentucky USA
Posts: 689
|
replace the refferal id on the gallery page with this
< ?php echo $QUERY_STRING; ?> then rename the file to .php webmaster would use ?theirid at the end of the urls to the gallery Nbritt |
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Nov 2002
Location: Texas
Posts: 740
|
i keep doing that but it does not show their id when you add the ?yourid at the end of the url. can you show me an example with a webpage?
|
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: Nov 2002
Location: Texas
Posts: 740
|
^bump^
|
|
|
|