Posts by ""

Posted by Thurein on 21st May 2010

Get Unlimited Parent and Child in PHP

Well, let me ask you first. Have you already known about recursion? If not, recursion mean reuse function in this function.
How is it ? For eg Like
function one_function ($var){
one_function(332);
}

OK , So , how to related with this post title ? I would like to [...]

Posted by Thurein on 7th April 2010

MySQL next and previous record of the current record

I have thought a lot these days what I should write some tips for beginner. Now, I got it. Have you ever noticed when you visiting and reading on some blogs? You will see previous and next links of current post. I don’t mean pagination links. If you have seen , have you ever thought [...]

Posted by Thurein on 28th March 2010

How to return more than one value or multi value in PHP

Some of PHP beginners (my friends) always ask me how to return two or more values from function. So , I thought, I may need to write the beginner tip at The Tech Space Blog. If your the advanced PHP programmer, you will say. So easy, It’s a piece of cake. For beginner, it would [...]

Posted by Thurein on 8th December 2009

WP Plugin: Latest Posts by Category Archive

I have found one plugin for one of my client project . That is latest posts by category. I thought someone would be looking for that kind of plug in like me. That plug in can show posts from categories. Posts can be limit how many post what you would like to show under categories.
Features [...]

Posted by Thurein on 14th November 2009

Output XML using PHP from MySQL database

Firstly, Let me talk about this post. If your advance level php programmer, this is a piece of cake for you. I would like to say this post for beginner level. It would be a little difficult for a beginner. You may need xml output when you want to integrate with flash and MySQL records [...]