print

safe_send () & safe_receive ()

You are here: C97net5.11 Misc Functions

Safely send & receive a long string via a URL

Sending a long string using a URL may not be an easy way to do. qE's safe_send & safe_receive trying to help you to do so safely.

function safe_send ($string)

Use this function to create a safe string for URL transport.

function safe_receive ($string)

Use this function to receive the string from the URL.

Example 1

<?php
require './includes/user_init.php';

$str = 'this is "A long\' $tring to s3nd $!@$%';
$url_friendly = safe_send ($str);

echo $url_friendly;

$original = safe_receive ($url_friendly);

echo '<br />'.$original;
?>

Please note, this is a safer way to send a string using a URL, but not a safe way to send a secret.

Posted on: Aug-29-2010 at 07:00am
Last Updated: Jan-01-1970 at 07:00am

There is no comment. Why not be the first?

read more More Comments/Post Your Own

Account

Search

Tags

acp add all also any create default display don download easy echo etc features field file files folder form function includes information init kemana link list may module name need number own page php please qengine read require script set site skin time tpl url use user using version welcome