vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Satisfying two conditions simultaneoulsly (https://vborg.vbsupport.ru/showthread.php?t=41834)

_SeVeN137_ 08-02-2002 08:10 PM

Satisfying two conditions simultaneoulsly
 
I need help for a hack im writing... I need to know the syntax for hacking two conditions on the same line, so that if both conditions are satisfied then do this and this and blah blah blah etc.

Here's an example of what I tried, but generated a parse error:
PHP Code:

    if ($post[rpgclass] == "7" and $post[posts] > 0) {
    
$limit="Braver"
  
} elseif ($post[rpgclass] == "7" and $post[posts] > 19) {
    
$limit="Cross-slash"
  
} elseif ($post[rpgclass] == "7" and $post[posts] > 39) {
    
$limit="Blade Beam"
  
} elseif ($post[rpgclass] == "7" and $post[posts] > 59) {
    
$limit="Climhazzard"
  
} elseif ($post[rpgclass] == "7" and $post[posts] > 79) {
    
$limit="Finishing Touch"
  
} elseif ($post[rpgclass] == "7" and $post[posts] > 99) {
    
$limit="Omnislash"
  
} elseif ($post[rpgclass] == "7" and $post[posts] > 149) {
    
$limit="Cherry Blossom"
  
} elseif ($post[rpgclass] == "7" and $post[posts] > 199) {
    
$limit="Night Sword"
  
} elseif ($post[rpgclass] == "7" and $post[posts] > 249) {
    
$limit="Divine Blade"
  
} elseif ($post[rpgclass] == "7" and $post[posts] > 499) {
    
$limit="Shellbust Stab"
  
} elseif ($post[rpgclass] == "7" and $post[posts] > 999) {
    
$limit="Ultima"
  


Help meh please ^_^

Xenon 08-02-2002 08:14 PM

you have forgotten all ; after your variable declarations....

_SeVeN137_ 08-02-2002 08:23 PM

AHAHHAHHA CRAP! Thanks man, I'll see if that works :P

[edit] Works great now, THANKS ^_^


All times are GMT. The time now is 01:44 PM.

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.00963 seconds
  • Memory Usage 1,728KB
  • 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)bbcode_php_printable
  • (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