Search
-
Categories
Tags
5.2 best php editor css debian error finger eleven google htaccess javascript javascript function life lifehouse linux love Lyrics mod_rewrite mysql mysql error mysql function nickelback nusphere nusphere phped nusphere phped 5.2 palawan palawan vacation paralyzer pdflib php4 pdflib php5 photoshop php phped php editor php error php function plugin regex regular expression regular expressions vacation vhcs video windows vista wordpress wordpress error wow
Monthly Archives: January 2009
hot babes on pix
ShareAnother post from manscript. This is so funny. You need to checkout the post here:Â http://www.manscript.com/2008/09/25/fgas-2-found/Â It’s kinda about how those fat babes looks so sexy and can be so deceiving on pix. Â
Life’s lessons from mario game
ShareI bumped into this website and this post http://www.manscript.com/2009/01/28/4-life-lessons-from-mario/ caught my attention. Check it out! Â
Posted in anything under the moonlight
Tagged game, life's lesson, mario, mario game
Leave a comment
regex
ShareJust wanted to share regex reference site. You can check it here http://www.grymoire.com/Unix/Regular.html for more details. What is a Regular Expression? A regular expression is a set of characters that specify a pattern. The term “regular” has nothing to do … Continue reading
ereg_replace used in paging
ShareAn example of ereg_replace for changing the value of page in an url ex: domain.com/index.php?page=3 ereg_replace(‘page=[0-9]+’, ‘page=’.$d, $uri);
Data truncated for column
ShareFirst time I got this error Data truncated for column. I’m using mysql version 5 and I got a simple query like this: $val1= 1; $val2 = 3; INSERT INTO TBL(‘val1′, ‘val2′) VALUES ($val1, $vall2); Notice the variable name for … Continue reading