with a pipe
Chat with our AI personalities
what's the difference between flow chart and structure diagrams and pseudo code
052548
Something like this: sum = 0 for i = 2 to 20 step 2 { sum = sum + i }
yes
if you're using a session, you can simply use the unset function: unset($_SESSION); session_unset(); session_destroy(); good luck !