Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ladams9999

    User Auth logins / crypt

    I ran into the same problem until I trim()med both sides of the comparison: trim($arr[1]) == trim(crypt($pass, $salt))
  2. ladams9999

    cant get advance search to work

    $result is located in the do...while loop. If I'm not mistaken, this will cause all the variables in the first pass to be empty: do { print '<td align=&quot;left&quot;><li><a href=&quot;../barristers/details.php?bar_id=$bar_id&quot;><spa n class=\&quot;text\&quot;>'...
  3. ladams9999

    cant get advance search to work

    I found this (in red) in both queries: &quot;SELECT * FROM barristers, areas, admissions WHERE (barrsiters.Lst_name LIKE '%$barrister%') OR (barristers.Fst_name LIKE '%$barrister%') OR (admissions.Admission LIKE '%$admission%') OR (areas.Area LIKE '%$area%') ORDER BY '$order_by'&quot; However...
  4. ladams9999

    Stupid cookies!

    My guess is that whatever is on line 43 in settings.inc.php is echoing text. If this text is necessary, then you will have to set your cookies beforehand or buffer the output until after the cookies have been set...

Part and Inventory Search

Back
Top