HabboxWiki needs you!
Are you a Habbo buff? Or maybe a rare trader with a bunch of LTDs? Get involved with HabboxWiki to share your knowledge!
Join our team!
Whether you're raving for rares, excited for events or happy helping, there's something for you! Click here to apply
Need a helping hand?
Check out our guides for all things to help you make friends, make rooms, and make money!


Results 1 to 2 of 2

Thread: php navigation

  1. #1
    Join Date
    Jul 2005
    Location
    Belgium
    Posts
    2,492
    Tokens
    147

    Latest Awards:

    Default php navigation

    Hey, i'm having some troubles here.

    My new site is navigating arround my index file
    (index.php?page= namehere )


    But i'm installing this usersystem.
    And I'm getting links like

    index.php?page=members?user=$user[username]

    But this don't seem to work.

    Any advice .??

    membersystem is in a seperate file so its

    publichtml
    -----> index & other files
    -----> usystem
    ----------l>>>>>members.php

    if u get wot i mean
    i just find it wierd that there's a ?page= and a ?user= in one link.

  2. #2
    Join Date
    Mar 2006
    Location
    Scotland
    Posts
    1,012
    Tokens
    175

    Latest Awards:

    Default

    Well if you wanted it to work properly it'd be

    PHP Code:

    index
    .php?page=members&user=$user[username


    You don't like me
    Chances are I don't like you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •