Skip to main content

Posts

Showing posts from March, 2006
It's now 21.38 GMT+1. Tomorrow morning I'm gonna leave Zagreb and going back to Jakarta and now kinda bit snowy outside. It was really fun here and like it so far. The city is not so crowded like Jakarta not mention the geek scene here , I'm definetly gonna miss this place. Hopefully will had the change to come again and doing other FLOSS hack. Hvala Zagreb! Hvala Croatia! Hvala Mama!
Don't really bother with syntax coloring on vim 'till now So to make syntax coloring on vim, edit "/etc/vimrc" and add "syntax on set backspace=indent,eol,start"
Another notes for me, in mysql version 4, at least the one that on my SuSE 10. If I create user and give permision to do all things and assign host anything beside localhost. I wont be able to login to mysql console. And now my mysql_connect() on my php script wont work unless I use 127.0.0.1 for the db host. Dunno why, I'll figure out this later
Been while since I post my last blog and playing with php. So to remind my self about getting value from POST and GET in php. When you have url like http://lame.com/script.php?duh=ownotagain You can just straight echoing inside the script like echo $duh; Just notice that the newer php, that thing doesn't work anymore. For the url that I've mention above, that mean it use the GET method, if you want assign the duh variable to you php script, you gotto do like this $duh = $_GET['duh']; echo $duh; It then will give you ownotagain on your browser. Yeah I know.... I'm totally moron just figure that out :D Ummmm, 1,5 week again before I return home, so still have to deal with this damn cold winter Guess, I'll miss Zagreb coz this is really nice town to be around