I have this question please.
I have a link which once clicked gets the user to another URL outside my domain. that url gives the user the possibility to win a price, let’s say , it’s like this:
www.outsideurl.com/users_phone_number-winning_message.php
How can i make possible for this not to happen? I mean, i cannot controll the url of the outside URL, but, how can i send a link without the user being redirected there?
Because, i am a user, and once i have the link, i can submit it more than 100 and win 100 prices.
is there any way to hide the url, or anything like this..
Thanks…
If you want to call a link in the server side (so your user can’t see it), but you want to send him the result of the page call, you may try :
But if there is relative links/form actions in this page your user will not be able to click/post on them.