Page 1 of 1

get secure url link?

Posted: Fri Oct 05, 2012 10:36 am
by jayson.ph
Hi all,

it is good practice or bad?

Code: Select all

header('location:reg-sales.php?mode-' .md5($url_sales).urlencode($url_one));

Re: get secure url link?

Posted: Fri Oct 05, 2012 12:56 pm
by requinix
Maybe. Hard to say considering how you haven't given us any kind of description about what you're doing or why you feel it's necessary.