vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Declaring, globalicing, variabling, etcing (https://vborg.vbsupport.ru/showthread.php?t=81862)

luroca 05-22-2005 04:44 PM

Declaring, globalicing, variabling, etcing
 
I am working in a hack of /forum/subscriptions.php and I need to use 2 variables several times in a php script.
I declare them in "($_REQUEST['do'] == 'list')" section and they work but in the next section, "($_REQUEST['do'] == 'orden')", they are not.
I think I need to globalize them (1 variable and 1 array) but I donĀ“t know how or when:

Before declaring the variables?
After declaring?
In the first section?
In the second?
As $_POST?
As $_REQUEST?

Perhaps they are silly questions but not for me. I learn much better with examples than with manuals.

Thanks in advance

Marco van Herwaarden 05-23-2005 09:58 AM

If you will only use the variables inside 1 if-statement, it should be placed there. If you use it on more places, you could define it before other processing, or on each place you need it.

luroca 05-23-2005 02:11 PM

Thank you, MarcoH64.


All times are GMT. The time now is 05:51 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.00895 seconds
  • Memory Usage 1,705KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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