Hi everyone. I know how to make image in php, but I want to make url like this
http://my2.statcounter.com/project/standard/graph_summary_barchart.php?rand=193244925&PHPSESSID=1eb9e464667493b2a1a7038ce4b9f69c
Especially, the randed code.
For example, I have this script
uret.php
<form action="uret.php" method="post">
<input type="text" name="siteadi" value="http://" size="35" \>
<input type="submit" name="submit" value="Kodu Al">
</form>
<?
$web = $_REQUEST['siteadi'];
[B]$weble = md5($web);[/B]
if ($_POST["submit"] == "Kodu Al"){
echo $weble;
}
?>
And it encode the text to md5. Bu how can I make image url with the name of the md5 ??