vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   How do I add a session variable? (https://vborg.vbsupport.ru/showthread.php?t=43869)

bigtime 09-24-2002 02:46 AM

How do I add a session variable?
 
Hello,

How do I add a session variable?

I'm sending users to the following url:

http://www.mydomain.com/forums/index.php?ref=abcdef

I need to add a session variable for "$ref" so that the value will follow the user around the forum.

Thanks in advance!

JulianD 09-25-2002 03:56 AM

You can pass variables using GET or POST methods. When you pass a variable using somehting like index.php?foo=1, then you can get the value using something like:

$foo = $_GET['foo'];

If you use POST methods (ie. in a form), then you must use something like this:

$foo = $_POST['foo'];

TECK 09-25-2002 04:14 AM

just open misc.php and add a new action there. that new action will point with a $goto to your new url.
simple and efficient.

bigtime 09-25-2002 04:50 PM

Thanks for the replies.

What I need to do is set the value to a session variable. I don't think either solution does that.

Any other ideas?

Thanks.

zero477 12-09-2014 09:34 PM

Quote:

Originally Posted by bigtime (Post 302595)
Thanks for the replies.

What I need to do is set the value to a session variable. I don't think either solution does that.

Any other ideas?

Thanks.

Have you solved this?

ozzy47 12-09-2014 09:38 PM

You would be best to start your own thread in the appropriate forum, and give as much information as possible, as this thread is twelve years old. :)

TheLastSuperman 12-09-2014 09:47 PM

Quote:

Originally Posted by zero477 (Post 2526523)
Have you solved this?

See Ozzys reply below, I'm still curious as to why YOU want to do something like this and until you start a new thread and explain we can't be of much help.

Quote:

Originally Posted by ozzy47 (Post 2526524)
You would be best to start your own thread in the appropriate forum, and give as much information as possible, as this thread is twelve years old. :)



All times are GMT. The time now is 08:58 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01646 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete