JonnoTheDev Posted August 7, 2009 Share Posted August 7, 2009 if(!is_array($sql_data)) $sql_data = array(); foreach ($sql_data as $table => $update_ary) { } Link to comment https://forums.phpfreaks.com/topic/169226-solved-php-code-missing-some-symbols/page/2/#findComment-893006 Share on other sites More sharing options...
iamz3r0 Posted August 7, 2009 Author Share Posted August 7, 2009 Okay, after I put in your edit, I cleaned up some of the unexpected "curly" brackets and its working so far without any errors. Link to comment https://forums.phpfreaks.com/topic/169226-solved-php-code-missing-some-symbols/page/2/#findComment-893013 Share on other sites More sharing options...
JonnoTheDev Posted August 7, 2009 Share Posted August 7, 2009 Okay, after I put in your edit, I cleaned up some of the unexpected "curly" brackets and its working so far without any errors. haha, good luck Link to comment https://forums.phpfreaks.com/topic/169226-solved-php-code-missing-some-symbols/page/2/#findComment-893016 Share on other sites More sharing options...
iamz3r0 Posted August 7, 2009 Author Share Posted August 7, 2009 Thanks for the help and the quick response guys! Link to comment https://forums.phpfreaks.com/topic/169226-solved-php-code-missing-some-symbols/page/2/#findComment-893022 Share on other sites More sharing options...
br3nn4n Posted August 7, 2009 Share Posted August 7, 2009 Thank you for posting so much code XD Link to comment https://forums.phpfreaks.com/topic/169226-solved-php-code-missing-some-symbols/page/2/#findComment-893034 Share on other sites More sharing options...
iamz3r0 Posted August 7, 2009 Author Share Posted August 7, 2009 Haha. Well I might have to post more . I'm getting this error now: Fatal error: Cannot break/continue 1 level in /home/westwind/public_html/phpbb3/includes/functions_posting.php on line 1789 Why can't this be easy...? Well, to me at least. Link to comment https://forums.phpfreaks.com/topic/169226-solved-php-code-missing-some-symbols/page/2/#findComment-893037 Share on other sites More sharing options...
iamz3r0 Posted August 7, 2009 Author Share Posted August 7, 2009 Weeeellppp, nevermind. It was a random "break;" in there. Oops. Link to comment https://forums.phpfreaks.com/topic/169226-solved-php-code-missing-some-symbols/page/2/#findComment-893047 Share on other sites More sharing options...
iamz3r0 Posted August 7, 2009 Author Share Posted August 7, 2009 If I remove the break, I'm not able to edit my posts in phpBB. Link to comment https://forums.phpfreaks.com/topic/169226-solved-php-code-missing-some-symbols/page/2/#findComment-893056 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.