Recursive Category Listing
Webmasters allways use category trees, i wrote a function about creating category trees with using recursive function. <?php header('Content-Type: text/html; charset=UTF-8');...
View ArticleOptimize PHP Codes Tricks
Use echo, not print, Unset your variable when your job is over that variable, especially for large arrays, Don’t use require_once, Use full paths for includes, str_replace is faster than ereg_replace...
View ArticleResizing All Images in Directory
I need a script for resize all images in one directory. I have create thumbnails for a site. I have not so much time write these code. I found two different code and mixed them. I love PHP, it is very...
View ArticleBBPress is Forum of WordPress
I create a new web site about “The Martial Arts” with Wordpress. I want to create a forum work with WordPress together. I remember WordPress team works on forum software. They called “BBPress“. I...
View ArticleFCK Editor is Reloaded: CK Editor
I always use FCK Editor in my php codes, it is really helpful for coding. 10 days ago FCK Editor is reloaded and change its name to CK Editor. There is lots of changing. New Version of FCK Editor (CK...
View ArticleChange Time Zone with htaccess
In my server there are some sites from Turkey, some of from England, some of from Germany. I have got timezone problem in that sites. I found easy solution for this. Just add .htaccess this code:...
View Articledel.icio.us bookmarks in PHP
This tutorial uses PHP5 to download and cache your recent bookmarks in RSS format from the Delicious API, then displays them in a HTML unordered list. <? function get_delicious() { $cache =...
View Articlestr_replace Case Sensitive Problem
When i use str_replace for replacement in PHP, it is changing without any case sensitive. Example i want to bold HousE, code is <? $text = "I like my house."; $string = "HousE"; $text =...
View ArticleCopy a Directory to Another Server
I need a script to my directory to another servers. Firstly, i tried to download from my site and upload another site but it is not so fast. Because there is lots of files in that directory. I wrote a...
View ArticleIframe Virus jl.chura.pl Removal
Today i upload an index file to my web site and i saw an iframe that site. I am shocked. Because i never use any iframe. I enter another sites for checking. All web sites are iframed. In my explorer...
View Article