The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Merging two text strings
Hi
I want to merge two text strings. But the following code doesn't work. Quote:
Thank you for your help! |
#3
|
|||
|
|||
Thank you very much!
The following code worked fine: Code:
$text1 = urlencode($_POST[text]); $text2 = "www.SchuelerCommunity.com"; $text = $text1 . $text2; Code:
$text1 = urlencode($_POST[text]); $text2 = "Kostenlos aus www.SchuelerCommunity.com"; $text = $text1 . $text2; Any help? Thank you |
#4
|
|||
|
|||
Can you be a little more descriptive then "it doesn't work". Do you get PHP errors? What is the output? e.t.c.
Try: PHP Code:
|
#5
|
|||
|
|||
Agreed here too. I put the code into a plugin and it was perfectly ok.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|