Jump to content

burnside

Members
  • Posts

    541
  • Joined

  • Last visited

Posts posted by burnside

  1. Could use a hidden form?

     

    I.E

    page 1 
    
    <input type="text" name="name" id="name" size="20" />
    
    page 2
    
    $name = $_POST['name'];
    
    <input type="hidden" name="name" id="name" value="{$name}" />
    <input type="text" name="add" id="add"  size="20"/>
    
    Then on page three call the name $name ....
    
    Maybe long and boring but only way to do it with out Mysql i know of. 
    
    

  2. More of a MySql problem.

     

    But maybe some thing like this??

     

     

    
    <?php
    // Make a MySQL Connection
    
    $query = "SELECT search, search(search) FROM websmart_searches GROUP BY search 			ORDER BY null
    LIMIT 10"; 
    
    $result = mysql_query($query) or die(mysql_error());
    
    // Print out result
    while($row = mysql_fetch_array($result)){
    echo $row['search']. " - $". $row['search(search)'];
    echo "<br />";
    }
    ?>
    
    

     

    Here the link where i got that from: http://www.tizag.com/mysqlTutorial/mysqlgroupby.php

  3. http://www.oddee.com/item_96669.aspx
    top4.gif The woman who called 911 because McDonald's didn't have McNuggets
    a96669_a440_mcnuggets.jpg

    Angered that her local McDonald's was out of Chicken McNuggets, a Florida woman called 911 three times to report the fast food "emergency." Latreasa Goodman, 27, called police to complain that a cashier would not give her a refund. When cops responded to the restaurant, Goodman told them, "This is an emergency. If I would have known they didn't have McNuggets, I wouldn't have given my money, and now she wants to give me a McDouble, but I don't want one." She was arrested and the Police pressed charges for misusing the 911 system.

  4. true story! My friend said one time he started yelling into his speakers because his computer wasn't doing what he wanted it to do and all of a sudden windows made a popup saying 'stop yelling'.  He swore up and down the computer heard him through the speakers and how there was a huge microsoft conspiracy and stuff. 

     

    We found out a week later it was his mom in the other room IMing him to stop yelling because he was being loud (in his defense, he was pretty baked at the time...)

     

    I was having such a bad day untill i read that!

     

    Thank you CV cheered me up :)

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.