How do I create the url links like the ones on pixel2life, which all have the index.php and then some code.
ie
http://www.pixel2lif...act=Msg&CODE=01 - new messages
http://www.pixel2life.com/forums/index.php...=UserCP&CODE=00 - settings
http://www.pixel2lif...t=Login&CODE=03 - Logout
I can do it like this, but I would like to know how it is done there way.
if(isset($_POST['Login']) == 0) {
echo "<a href='newaccount.php?action=REG&CODE=00'>";
echo "Create an account";
echo "</a>";
}
Thanks in advanced
URL query - like the pixel2life urls
Started by replaya, Jul 17 2005 06:04 PM
1 reply to this topic
#1
Posted 17 July 2005 - 06:04 PM
#2
Posted 17 July 2005 - 06:09 PM
Already pre-scripted in Invision Forums I suggest you go and ask at http://forums.invisionpower.com/ as thats apart of their script.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
