![]() |
Simple Concantation Question
Why won't this work?
Code:
<td class="alt1" width="25%" align="center"><span class="smallfont"><a href="member.php?u=" & $data[userid]>$banusername</a></span></td> |
You don't need to concatenate anything.
HTML Code:
<td class="alt1" width="25%" align="center"><span class="smallfont"><a href="member.php?u=$data[userid]>$banusername</a></span></td> |
Oh okay thank you!
|
<td class="alt1" width="25%" align="center"><span class="smallfont"><a href="member.php?u=$data[userid]">$banusername</a></span></td>
I forgot a closing quote. |
All times are GMT. The time now is 07:07 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|