Showing posts with label dog. Show all posts
Showing posts with label dog. Show all posts

Conference Weekend Kids

ndlosoro.blogspot.com - Another General Conference has come and gone. It seems like the older I get, the shorter the sessions seem to be. Conference weekend used to feel like the longest two days of the month and now it feels like the shortest. I watched all four sessions this time--something I haven't done in a while--though the amount of attention I paid to each varied.

The weekend actually started on Friday evening with a mission reunion. We attended the temple together with my mission president and his wife, then went back to their home for a dinner and a little gathering. Not many people attended this year; I think it wasn't well advertised and people are just getting older and moving on with their lives. I also didn't know most of the people who were there very well. It was still a good,

Read more »
Download android mobile apps Conference Weekend Kids Here:
Read More..

Display all php errors and warnings php

ndlosoro.blogspot.com - I am annoyed why my php script doesn't show errors and warnings like it did before. It seems my server admin has default config set not to show the errors and warnings.

Every time I was debugging the code I found myself searching around for the little chunk of code to display all PHP errors and warnings. So, I put in the my post so it was always nearby when I needed.

If you wish to see all the PHP errors and warnings in your script, include the following bit of code to override the php default config setting.

 error_reporting(E_ALL); ini_set('display_errors', 
Read more »
Download best android apps Display all php errors and warnings php Here:
Read More..