<?
function SafUrlDecode($returnurl){
$returnurl = str_replace("<safras.q>","?",$returnurl);
$returnurl = str_replace("<safras.e>","=",$returnurl);
$returnurl = str_replace("<safras.and>","&",$returnurl);
return $returnurl;
}
function SafUrlEncode($returnurl){
$returnurl = str_replace("?","<safras.q>",$returnurl);
$returnurl = str_replace("=","<safras.e>",$returnurl);
$returnurl = str_replace("&","<safras.and>",$returnurl);
return $returnurl;
}
?>
Blogger templates
Blogger news
Blogroll
Archives
-
▼
2012
(231)
-
▼
July
(18)
- How to use Gmail to send email in Opencart
- Domain Model Validation
- What is CakePHP? Why Use it?
- PHP assignment operators
- PHP code for database connection and querry
- How to hack facebook accounts
- PHP Switch Statement
- DateFormat
- No title
- Real Estate Script, Real Estate Software, PHP Scri...
- Assignment#2
- Outsourcing PHP Projects
- PHP if statement
- Url Encode and Url Decode
- HTTP Headers
- Date() Functions
- Ways To Earn With AIM Global
- foreach() in php
-
▼
July
(18)