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. schizoman

    backward navigation

    You could also take the post data on page two and make it a session variable. Page one would have to check to see if the session variable is set and, if so, take the appropriate action.
  2. schizoman

    Weighted randomisation.

    How about a 2-dimensional array? Below isn’t super elegant, but I think it would work. $lvl1=array ( key -> combination_id , value -> 1 key -> eng_word, value -> cat key -> for-word, value -> easy ); $lvl2=array ( key -> combination_id , value -> 1 key -> eng_word, value -> cat key ->...
  3. schizoman

    aes_encrypt aes_decrypt problem

    Well, yeah, that's true. But why would "FL" (encrypted then decrypted) not work, while others (case sensitive -- upper case) do? Thanks.
  4. schizoman

    aes_encrypt aes_decrypt problem

    This is really weird. I'm using PHP 4 with mySQL. I'm using aes_encrypt and _decrypt to store customer information as securely as possible. The problem crops up when I go to store (or retrieve -- I'm not sure which) the state that the customer lives in. AL works for Alabama GA works for...

Part and Inventory Search

Back
Top