function my_func ($input_value) {
$return['size'] = strlen ($input_value);
$return['upper'] = strtoupper ($input_value);
// and so on
return $return;
Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
PHP Code:
-
I'd go for something like this:
PHP Code:function my_func ($input_value) {
$return['size'] = strlen ($input_value);
$return['upper'] = strtoupper ($input_value);
Leave a comment:
-
*laughs*
This dude obviously doesn't have a lisence to vB.org - if he did, he'd be able to see the amount of work that goes in to some hacks......
Leave a comment:
-
-
I'll admit to sucking big time at regular expressions, but to me it looked like it was supposed to be caught byPHP Code:$bbcode = preg_replace("/\[img\](\r\n|\r|\n)*((http|https):\/\/([^;<>\*\(\)\"".iif($allowdynimg,"","\?\&")."]+)|[a-z0-9\/\\\._\-
Leave a comment:
-
It appears that you have deleted the function declaration.
It should look like this
PHP Code:// ###################### Start pmcodeparse #######################
function pmcodeparse($bbcode)
Leave a comment:
-
-
Parsing of [img]-tags
There seems to be a bug with parsing if
Without ()
With ()...
-
Yes, I am picky - just learn to live with it
But... wouldn't it be better to use it with the standard color replacements?
That way you only have to update your pictures when...Last edited by Sparkz; Tue 22nd Jan '02, 1:54pm.
Leave a comment:
-
Re: My wee site
[OT]
What server are you guys on?
I am in the middle of making a site for my own guild.
We're playing on Vallon Zek
[/OT]...
Leave a comment:
No activity results to display
Show More
Leave a comment: