12.jpg

Retrieve variables from a function in PHP

Have you ever declared a function and wished you could get access to the variables within that function? As you may know, this is unable to happen until you make one simple declaration in that function.
function somefunction() {
     //DECLARE THIS AND MAKE YOUR VARIABLE RECOGNIZED OUTSIDE THE FUNCTION
     global $var1, $var2, $var3;
     $var1 = “This [...]

Design for the web, with a plan

Have you ever started working on something, only to have to come to failure? I know, I know…. It has been riddled into your brains since you were in elementary math when the teacher docked your grade for not writing out your solutions/methods when you simply answered the question!
It is a hard habit to break, [...]

If at all possible, test then deploy

If you have ever been in the situation during a design or development proccess that required an overhaul of an eisting site, then this applies to you!

I have seen it happen to many times. Even if you buy software from a reputable company, it may not work in your environment. So test it first, then [...]

Enter the Blog

Enter the Blog… Yes, I have decided to give another attempt at a blog. My other attempt may appear here. The reason that I stopped writing in that blog is because it was BORING! I just wrote random nonsense that no one cared about. Perhaps you wil not care about this random nonsense either… I [...]