Previous Thread
Next Thread
Print Thread
Rate Thread
#104361 12/19/2001 2:12 PM
Joined: Dec 2001
Posts: 50
Member
Member
Offline
Joined: Dec 2001
Posts: 50
I didnt know where to put this, so im putting it here.

Anyway can someone make a template webpage for me on how to make something like index.php?section=misc or something along those lines, if you could, id be grateful.


« ----------------- Info -----------------»
Email: [email protected]
Web Site: Blue-Wave
« --------------- End Info ---------------»
Sponsored Links
#104362 12/20/2001 12:26 AM
Joined: Nov 2001
Posts: 436
Member
Member
Offline
Joined: Nov 2001
Posts: 436
Not sure about PHP, but CGI would look like this:

=======================
#!/usr/bin/perl

if ($ENV{QUERY_STRING} eq page=section) { page2() };

print "Content-type:text/htmlnn";
print<Main page goes here.
page1
exit;

sub page2 {
print "Content-type:text/htmlnn";
print<Content for "Section" page goes here.
page2
exit;
}
=======================

Basically, this line of code:
if ($ENV{QUERY_STRING} eq page=section) { page2() };
is saying, "If the query string (everything after the "?" in the URL) equals "page=section", than display Subroutine "page2".

And then below that, the main page (page1) is just what is displays with nothing in the query string, and then sub page2 is what will be displayed if they have http://www.url.com/cgi-bin/mywebsite.cgi?page=section .

Sorry if that's not what you're looking for.

#104363 12/20/2001 4:55 AM
Joined: May 2000
Posts: 1,356
Addict
Addict
Joined: May 2000
Posts: 1,356
moving to `Server Side Scripting` Forum...

#104364 12/21/2001 1:49 PM
Joined: Nov 2001
Posts: 198
Member
Member
Offline
Joined: Nov 2001
Posts: 198
In php
[code][/code]

to use: goto whatever.php?location=

hope it helps smile

[ 12-21-2001 12:52 PM: Message edited by: pumpkin ]

[ 12-22-2001 05:14 AM: Message edited by: pumpkin ]


Just another boring 17-year-old
and yes, I like smilies/graemlins
#104365 12/25/2001 9:07 PM
Joined: Jul 2001
Posts: 108
Member
Member
Offline
Joined: Jul 2001
Posts: 108
Why not take them to your 404 page?

[code][/code]

[ 12-25-2001 08:08 PM: Message edited by: adam ]

Sponsored Links

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Posts: 70
Joined: January 2007
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240430)