Forum Moderators: coopster
I am looking for a script, or at least the logic behind this if anyone can help me. I keep my website records/links in mysql database. Curretly, I display them as is, being if you mouse over the link, the actual link can be seen.
What I want to do is, have just the record number included in the link where the link can not been seen when you mouseover. When the link is clicked, a PHP script will go to that record number, extract the link from the record, and open a window to the link. Is there an avaiable script out there to do this? If not what steps are need to accompish this?
I also noticed you made use of a "?" after the proposed link. What is the significance of that? I am still learning PHP, I can write many codes with the help of my books, but not a whole lot offof the top of my head.
The question mark signifies the beginning of the variables that you'll be sending to the php script; otherwise the webserver will not properly interpret the URL (you can see the question mark at work in the url for webmasterworld).