get secure url link?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
jayson.ph
Forum Contributor
Posts: 165
Joined: Mon Jan 02, 2012 9:20 am
Location: MP
Contact:

get secure url link?

Post 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));
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: get secure url link?

Post 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.
Post Reply