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) { } Quote 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. Quote 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 Quote 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! Quote 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 Quote 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. Quote 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. Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.