The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]() Quote:
![]() |
#12
|
|||
|
|||
![]()
ok thanks. I am putting only a few, because I have hundreds of data
PHP Code:
PHP Code:
how I am displaying it now: Quote:
Thanks. |
#13
|
||||
|
||||
![]()
OK. Now if you could also post example Values for extra1, etc. and what should be the output then, I might be able to help you
![]() |
#14
|
|||
|
|||
![]()
Values for extras are exactly the same as in title.
we put in a different song title in each one of the 6 extras textboxes. Then we query db. If title matches any extra, then we grab the info for that title. |
#15
|
|||
|
|||
![]()
Please read post #5 again (mind that '=' is changed to '.='), i think that is your solution.
|
#16
|
|||
|
|||
![]() Quote:
|
#17
|
||||
|
||||
![]()
= is an assignment, .= is a concatenation
$foo = 'bar'; $foo = 'bar'; results is $foo being 'bar'; $foo = 'bar' $foo .= 'bar' results in $foo being 'barbar' |
#18
|
|||
|
|||
![]()
Got it. Thanks. Not bad after 6 hours for just one dot :-)
|
#19
|
||||
|
||||
![]()
Hmm ... lol.
SCNR ![]() |
#20
|
|||
|
|||
![]()
Examples:
PHP Code:
Code:
line2 2nd example: PHP Code:
Code:
line1 line2 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|