vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Help with this code (https://vborg.vbsupport.ru/showthread.php?t=114591)

Parker Clack 05-02-2006 03:59 PM

Help with this code
 
When I insert

Code:

$customrowbanner = $db->query_read("SELECT id,banner_text FROM " . TABLE_PREFIX . "banner WHERE groupid=$foruminfo[forumid] ORDER RAND()");
$id=$customrowbanner['id'];
$text=$customrowbanner['banner_text'];
eval('$custombanner = "' . fetch_template('custombanner') . '";');
} else {
$custombanner = "";
}

in the forumdisplay_start hook I get

Parse error: parse error, unexpected '}'

Any ideas on how to write this to avoid this error message?

Thanks,
Parker

Moya 05-02-2006 04:20 PM

This is kinda out of place I think

PHP Code:

} else {
$custombanner "";


Where is your IF clause?

Parker Clack 05-02-2006 05:28 PM

I am sorry but I really don't know what you are referring to here. Can you give me an example of what you are talking about? I am way to new at PHP.

Thanks

Guest190829 05-02-2006 06:04 PM

You have an Else clause but no If clause (which is needed), did you write this code or did you copy and paste it?

The syntax should look something like this:

PHP Code:


If ( expression )
{
    
// some Code
}
Else
{
   
// Some other code



Parker Clack 05-02-2006 09:32 PM

Sorry about that. I figured it out.

Thanks anyway.


All times are GMT. The time now is 01:39 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.01565 seconds
  • Memory Usage 1,716KB
  • 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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