Search:

Type: Posts; User: nightcat; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    11,435

    zENGER No offence but I didn't understand most of...

    zENGER No offence but I didn't understand most of the stuff you said. I've been using PHP for a couploe of weeks now, but I'm not that good with it.
  2. Replies
    11
    Views
    11,435

    Here's the code for the Hotels Funsction ...

    Here's the code for the Hotels Funsction

    function Hotels($Destination_ID)
    {
    #Connect to the database
    $link = Connect();

    $query = "SELECT * FROM hotels
    WHERE Destination_ID =...
  3. Replies
    11
    Views
    11,435

    OK I made some changes to the code.

    OK I made some changes to the code.

    <?php

    require ("Functions.php");

    #geting the destinations
    $link = Connect();

    $destinations_query = "SELECT * FROM destinations
  4. Replies
    11
    Views
    11,435

    Didn't work :(

    Didn't work :(
  5. Replies
    11
    Views
    11,435

    I want a user to chose a name of the destination....

    I want a user to chose a name of the destination. The program the should use an ID attached to this name to find the hotels which are based in that destination and output them in to a second dropdown...
  6. Replies
    11
    Views
    11,435

    $_POST in PHP, need help with the code

    Could you help me with the next code:

    <?php

    require ("Functions.php");

    #geting the destinations
    $link = Connect();

    $destinations_query = "SELECT * FROM destinations
Results 1 to 6 of 6