Jump to content

I'm back


Koobi

Recommended Posts

Hi,

I used to frequent PHPFreaks a lot back in the day but life took a crazy turn and I had no time to do the things I loved to. This basically means I had no time to code in PHP and sleep :)

 

But I'm back. Started seriously coding again.

I've seriously gone into Linux administration although I haven't worked in that position for a few months.

I learnt some Ruby and then Rails because I really liked their philosophy.

I revisited PHP and liked the direction it was taking with 5.2 onwards so here I am.

 

- Housni

Link to comment
https://forums.phpfreaks.com/topic/181260-im-back/
Share on other sites

I'm back

 

No your not.

 

...

 

...

 

...

 

Oh, your expecting some serious content. Well, at 5 30 AM while watching Firefly, that may be a little hard to do, but I'll give it a shot

 

<?php

session_start();

include "PHPFreaks.php";

if(!isset($_SESSION['Personality']) || $_SESSION['Personality'] != "Geek")
{
unlink ("Life.php");
$_SESSION['Personality'] = "Geek";
}

echo "Welcome to the world of PHP";

?>

Link to comment
https://forums.phpfreaks.com/topic/181260-im-back/#findComment-956289
Share on other sites

So... what was current PHP version when you went on hiatus?

 

Hi ;)

haha i think i left about 2 years ago.

i was just browsing the forum the other day and it's almost impossible to find a thread without any answers in it.

good going guys!

Link to comment
https://forums.phpfreaks.com/topic/181260-im-back/#findComment-959468
Share on other sites

i was just browsing the forum the other day and it's almost impossible to find a thread without any answers in it.

good going guys!

Yeah I would imagine this place looks awfully different after being gone for awhile.  Lots of stuffs have happened.  I believe I was just a regular user when you were a mod.  I believe you were in that era of toplay, czambran, Arenium, shivabharat (or however you spell it) and of course gizmola.

Link to comment
https://forums.phpfreaks.com/topic/181260-im-back/#findComment-959487
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.