Search results

  1. X

    PHP: Putting Variable into Hyperlink Text Problem

    Still learning PHP my self, but try: //See if user is already logged in if ($_SESSION['loggedin'] == 1) //Logged in { //Store sessions userid into $name variable $name = $_SESSION['userid']; //TODO: have username show in hyperlink.. //Create hyperlink using $name variable...
  2. X

    Subdomain

    Hi there. I recently found out about this hosting company and was like WOW, and I'm planning on moving my website's forum here. (Mainly due to the fact that my other free host's MySQL is down half the time and I had to pay quite a nice lump of money to activate it and some other required...
Top