For example, user post his link in my guest book. Posted link is coding-talk.com
Open xhtml source of guest book page and u will see:
/index.php?a=going&go=coding-talk.com
Copy-Paste it in ADDRESS BAR of your browser or use Opera option "Copy Link Address" and it looks this:
Click ENTER it opens coding-talk.com
<<< PROBLEM >>>
In ADDRESS BAR change coding-talk.com WITH google.com:
Click ENTER it opens google.com
google.com IS NOT POSTED site link in the guest book and this request (added in address bar) must be terminated by calling exit;
----------------------------------------------------
I hope im understandable now.
Open xhtml source of guest book page and u will see:
/index.php?a=going&go=coding-talk.com
Copy-Paste it in ADDRESS BAR of your browser or use Opera option "Copy Link Address" and it looks this:
Code:
http://mysite.rs/index.php?a=going&go=coding-talk.com
<<< PROBLEM >>>
In ADDRESS BAR change coding-talk.com WITH google.com:
Code:
http://mysite.rs/index.php?a=going&go=[B]google.com[/B]
google.com IS NOT POSTED site link in the guest book and this request (added in address bar) must be terminated by calling exit;
----------------------------------------------------
I hope im understandable now.
Comment