url encryption and decryption in php

<?php
$ide=5 ;
$id= base64_encode($ide);  // convert to NQ==

echo base64_decode($id); ?> // output  5

Comments

Popular posts from this blog

Call PHP Function In JavaScript Using Ajax

List of Post Category Wise in wordpress