Old 05-08-2005   #1 (permalink)
Registered User
 
Join Date: May 2005
Posts: 1

question about membership package

I have looked at your membership package, I have a question about your activation script activate.php where does $_GET['id'] get its value from?
$_ anything are super globals right? Does anybody know of a complete list of super global variables that I could reference?

tia.
davehaz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-08-2005   #2 (permalink)
Bub
n00b
 
Bub's Avatar
 
Join Date: Feb 2004
Location: South Carolina
Posts: 860

Send a message via AIM to Bub
I know that there is a list of them in the PHP manual at www.php.net but I'm not sure about them myself.
__________________
Bub is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-08-2005   #3 (permalink)
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,099
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Our membership system directly links in with the Vbulletin forum software. Activate.php is actually provided as default with Vbulletin and has not been altered. That said, this might be a topic to ask over at the Vbulletin forums. You might want to check out this thread in particular.
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05-08-2005   #4 (permalink)
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
$_GET: GET request variables, usually in the url (somepage.php?id=1), $_GET['id'] == 1.
$_POST: POST variables, sent through forms with the method="post".

There are several, including $_COOKIE and $_SESSION for cookies and sessions respectively, there is also $_REQUEST and $_SERVER, $_REQUEST will store all GET and POST and COOKIE and SESSION information in one array. $_SERVER contains information about the request and the server itself.

$GLOBALS is the ultimate var.
__________________
Order is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Content Mangament System Question LimitLess HTML / PHP / ASP / JS 3 06-01-2006 12:32 AM
Plz help w/ PHP-MySQL membership script Tutorial Oasis HTML / PHP / ASP / JS 9 12-01-2005 11:40 PM
Membership Script Error indianguy8897 HTML / PHP / ASP / JS 3 04-17-2005 11:48 PM
Help Tutorials: Membership ParanoID87 HTML / PHP / ASP / JS 4 02-22-2005 02:29 AM
PHP Syntax question BlodoPKNZ HTML / PHP / ASP / JS 9 08-08-2004 09:58 PM


All times are GMT +1. The time now is 04:57 AM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT