Jump to content

ryanfilard

Members
  • Posts

    252
  • Joined

  • Last visited

Posts posted by ryanfilard

  1. The results still return empty even when I type in the exact field name.

     

    $idea = $_REQUEST['s'];
    mysql_select_db($database_Users, $Users);
    $query_search = "SELECT * FROM users WHERE username AND fname AND lname AND tags LIKE '$idea'";
    $search = mysql_query($query_search, $Users) or die(mysql_error());
    $row_search = mysql_fetch_assoc($search);
    

  2. This is what I got

     

    Shipping:

    Strict Standards: USPSParcelRate() [function.uspsparcelrate]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead in /home/samred/public_html/content/usps.php on line 62

     

    Notice: Undefined index: RATEV3RESPONSE in /home/******/public_html/content/usps.php on line 62

×
×
  • 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.