MyBB Hacks

Full Version: php string extract
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Either through regular expressions (eg preg_match) or finding the positions in the string you want (ie strpos) and extracting a portion of it (substr).
php is very interesting, I have just started playing with php, thanks for helping.
Some of the functions are similar to c and c++..


BTW does file_get_contents or curl work in php template?
If you're referring to my plugin, any valid PHP will work.
thanks...
Reference URL's