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
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
<?
Method 1:header(”Location: index.php”);
Method 2:echo “<script>window.location =”$PHP_SELF”;</script>”;
Method 3:echo R..... Read More
<?
function browse_inforRead More
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