English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I found a website that had external links but on the bottom of explorer (where it shows you the link's url when you roll over it) it showed something like http:www.websitename.com/links/1232. (I don't remembrer the extention)

Is this PHP or something else? I have been told it is a database of links that you assign a number to instead of using a regular link.

I hope this made sense.

2007-03-13 08:16:22 · 2 answers · asked by operaphantom2003 4 in Computers & Internet Programming & Design

Here is a website that uses what I am talking about. I see now that it is PHP but how do I do it? http://www.affiliatething.com/index.php?cat=7

2007-03-13 09:31:50 · update #1

2 answers

Hmm let me try and make some sense out of this question. What you are describing sounds to me like a method to transfer Session id's or any other variable through the URL. This technique is very common with the usage of Server side languages (CGI, PHP, ASP). One of the great features of it is it allows you to design one generic page. Then customize what the client browser will get out of this page based on that session id. You can find out which language is being used by looking at the file extensions. ASP.net will have .aspx PHP will have .php and so on.
Hope this helped some.

2007-03-13 08:48:30 · answer #1 · answered by yairs2000 3 · 1 0

Javascript will control the bottom url display in IE.

onMouseOver="window.status='my text'; return true">my link

2007-03-13 16:20:13 · answer #2 · answered by Michael T 2 · 1 0

fedest.com, questions and answers