vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   PHP - problem with underscore (https://vborg.vbsupport.ru/showthread.php?t=215671)

neverstop 06-08-2009 03:51 PM

PHP - problem with underscore
 
Hi I am trying to modify some code to add an avatar. Here is the line of code:

PHP Code:

$spitblogs .= "<div style=\"float:left;padding:5px\"><img width=\"50px\" src=\"customavatars/avatar$userid_$blog_avatar.gif\" class=\"inlineimg\" /></div><a style=\"font-size:12px\" href=\"{$vbulletin->options[bburl]}/blog.php?b=$blogid\"><strong>$blog_title</strong></a><br /><span class=\"shade\">$blog_dateline by $blog_username</span><br />"

The problem is with customavatars/avatar$userid_$blog_avatar.gif

When ever I try it the underscore after $userid is wreaking havoc with me. When I add the underscore $userid no loger works. Im sure this is an easy fix but I am not a programmer.

Thanks in advance,
Ian

EnIgMa1234 06-08-2009 04:18 PM

Use:

PHP Code:

$spitblogs .= "<div style=\"float:left;padding:5px\"><img width=\"50px\" src=\"customavatars/avatar".$userid."_".$blog."_avatar.gif\" class=\"inlineimg\" /></div><a style=\"font-size:12px\" href=\"".{$vbulletin->options[bburl]}."/blog.php?b=".$blogid."\"><strong>".$blog_title."</strong></a><br /><span class=\"shade\">".$blog_dateline." by ".$blog_username."</span><br />"


neverstop 06-08-2009 04:43 PM

Quote:

Parse error: syntax error, unexpected '{' in ...
I get that error on the line I replaced

--------------- Added [DATE]1244487924[/DATE] at [TIME]1244487924[/TIME] ---------------

Got it working, thanks enigma


All times are GMT. The time now is 10:47 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.01413 seconds
  • Memory Usage 1,721KB
  • 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
  • (2)bbcode_php_printable
  • (1)bbcode_quote_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