How to optimizing php code?

optimizing php by John Lim

# It’s better to use select statements than multi if, else if, statements.

# Error suppression with @ is very slow.

# Turn on apache’s mod_d..... Read More


PHP direction detection

<?
Method 1:header(”Location: index.php”);
Method 2:echo “<script>window.location =”$PHP_SELF”;</script>”;
Method 3:echo R..... Read More


Get the visitors browser with php Scripts

<?
function browse_infor
Read More


Free PHP Video Search script

Today,I find a php script about Video Search ,it is free.and  allows you to search for videos from the largest video sites (youtube, metacafe, dailymotion and revver).
License: GPL