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.
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 ->...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.