[UBER] "My Rooms" listing

Results 1 to 7 of 7
  1. #1
    Enthusiast ZoneOut is offline
    MemberRank
    Dec 2010 Join Date
    27Posts

    [UBER] "My Rooms" listing

    Heya, I coded the My Rooms but have no clue where to put it in order for it to show up in the drop-down menu. This will work as long as you've included it where your connected to your hotels SQL server. So, it wouldn't work if you used it as a standalone file.

    PHP Code:
    <?php

    $getRoom 
    mysql_query("SELECT * FROM `rooms` WHERE owner = '".USER_NAME."' ORDER BY id DESC");

    while(
    $row mysql_fetch_assoc($getRoom))
    {
        echo 
    $row['caption']; echo "<br>";

    }  
    ?>


  2. #2
    Account Upgraded | Title Enabled! King Towel is offline
    MemberRank
    Nov 2010 Join Date
    213Posts

    Re: [UBER] "My Rooms" listing

    nice, but that is like some of the simplist code ever.. if someone couldnt do this themselves, then they shouldnt even be using php software lol

  3. #3
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: [UBER] "My Rooms" listing

    It was already coded & released by me & joopie.

  4. #4
    Enthusiast ZoneOut is offline
    MemberRank
    Dec 2010 Join Date
    27Posts

    Re: [UBER] "My Rooms" listing

    I'm just trying to contribute any way I can. I didn't ask for hate.

  5. #5
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: [UBER] "My Rooms" listing

    Quote Originally Posted by ZoneOut View Post
    I'm just trying to contribute any way I can. I didn't ask for hate.
    I'm not hating? I'm just statifying an fact.

  6. #6
    Member MOD-Kedo is offline
    MemberRank
    Jul 2007 Join Date
    Fort Myers, FL.Location
    75Posts

    Re: [UBER] "My Rooms" listing

    Statifying?

  7. #7
    Infraction Banned HabMoon is offline
    MemberRank
    Jun 2007 Join Date
    HM OfficesLocation
    3,068Posts

    Re: [UBER] "My Rooms" listing

    Please not the 'We want to be right, cause my m8 PEjump2 sucks and hates every thread' - Just stay on topic.

    >>

    Simple code, already released in some kind of different way, thanks for your contribution to the community'

    Cya'
    HabMoon



Advertisement