The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
get URL out of $post[message]
Hi!
I'd like to get the URL out of $post[message]. It's possible with preg_match but I am not familiar with it. It's not working with this code. Quote:
Code:
preg_match( "/\bURL=(.+)/", $post['message'], $results ) ) $checkurl = $results[1]; |
#2
|
||||
|
||||
PHP Code:
|
#3
|
||||
|
||||
It's not working for $post['message'] as $mystring
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|