-
PHP help please.
Okay, im using a BB code script that tomm helped me with (thanks dude) However, it only applies the code if there are no new lines in between it
for example
PHP Code:
[align=center]
Bla
Bla
[/align]
Wont work..
The code is as follows:
PHP Code:
<?php
$str = preg_replace('#\[align=(.*?)\](.*?)\[/align\]#i','<div align="$1">$2</div>',$str);
return $str;
?>
Any help please?
-
Hm.... I think I made something similar not too long ago for my dj panel.... I can't access the file right now but I will check later and get back to you :)
-
Ty :)
+ REP if i can =]
EDIT: Gotta spread..