Hi there,
Yesterday I posted a thread asking what PHP URL'S such as 'example.php?eg=50' were. Now I need to use these, but need a little bit of help with MySQL...
I want to display a links page which links to a site by:
redirect.php?linkid=number
I would find it easy if I wanted to just place the links in any old order, as I would just add them without no PHP. However, I do want to put them in a 'popularity' order, where I have a MySQL row called 'popularity' which calculates how many times the link has been clicked on.
I know how to actually put them in order, but I wouldn't know how to get the linkid using MySQL.
Would anyone please help me?
Thanks a lot,
Mike🙂