My code:
$fburl_arr = array();
$fburl_arr = explode( "/", "https://www.facebook.com/media/albums/?id=2243618684625465217" );
echo "<pre style='font-size:13px; background-color:yellow;'>";
print_r( "fburl_arr >>> " );
print_r( $fburl_arr );
print_r( "filename >>> " );
print_r( $filename );
echo "</pre>";
Gives me the error:
Notice: Undefined variable: fburl_arr in /home/content/96/8564996/html/app/webroot/test/joomla254/modules/mod_jfbalbum/helper.php on line 44
$fburl_arris initiated, so that can’t be the source of error.http://codepad.viper-7.com/IP0RCu#
You don’t need to initiate the array either, so you can remove