vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Parse error in this code... (https://vborg.vbsupport.ru/showthread.php?t=44720)

Tim Wheatley 10-18-2002 12:59 PM

Parse error in this code...
 
Parse error: parse error, unexpected T_LOGICAL_AND in /data/docs/racesimcentral.com/docs/forum/forumdisplay.php on line 641

PHP Code:

if ($thread[attach]>0) and $bbuserinfo['styleid']=17) {
        
$paperclip="<img src=\"{imagesfolder}/paperclip.gif\" alt=\"$thread[attach] Attachment(s)\" border=\"0\" align=\"absmiddle\">";
     }
} else {
$paperclip="<img src=\"{imagesfolder}/paperclip2.gif\" alt=\"$thread[attach] Attachment(s)\" border=\"0\" align=\"absmiddle\">";


Should the else be elsif?

Tim Wheatley 10-18-2002 01:00 PM

Ah, should there be no closing bracket?
Code:

$thread[attach]>0)

Tim Wheatley 10-18-2002 01:21 PM

Or should the ) above else be at the bottom of the code?

Dean C 10-18-2002 05:27 PM

lol my bad coding... someone will know the solution to this im sure :D

- miSt

Lesane 10-18-2002 05:53 PM

This is the basic:

PHP Code:

if ((condition) AND (condition)) {
code here
} else {
code here


Know you know how to finish it ;)

Tim Wheatley 10-18-2002 06:19 PM

I was sure this should work but it doesn't?!?

PHP Code:

if (($thread[attach]>0) AND ($bbuserinfo['styleid']=1)) {
$paperclip="<img src=\"{imagesfolder}/papercliplite.gif\" alt=\"$thread[attach] Attachment(s)\" border=\"0\" align=\"absmiddle\">";
} elseif ((
$thread[attach]>0) AND ($bbuserinfo['styleid']=17)) {
$paperclip="<img src=\"{imagesfolder}/paperclipdark.gif\" alt=\"$thread[attach] Attachment(s)\" border=\"0\" align=\"absmiddle\">";
} else {
$paperclip="";


It shows papercliplite on both! :(

Lesane 10-18-2002 06:34 PM

PHP Code:

if (($thread[attach]>0) AND ($bbuserinfo['styleid']=="1")) {
$paperclip="<img src=\"{imagesfolder}/papercliplite.gif\" alt=\"$thread[attach] Attachment(s)\" border=\"0\" align=\"absmiddle\">";
} elseif ((
$thread[attach]>0) AND ($bbuserinfo['styleid']=="17")) {
$paperclip="<img src=\"{imagesfolder}/paperclipdark.gif\" alt=\"$thread[attach] Attachment(s)\" border=\"0\" align=\"absmiddle\">";
} else {
$paperclip="";



Tim Wheatley 10-18-2002 06:40 PM

Damn, I was SO close! ;)

Thanks very much. :D

Tim Wheatley 10-18-2002 06:44 PM

Yes, this works - thanks. :D


All times are GMT. The time now is 12:57 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.01080 seconds
  • Memory Usage 1,736KB
  • 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_code_printable
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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