hi
i have 2 questions in one,
lock the folowing code:

<?php
  if (session_start()) {
    echo "session start ok...\n";
    echo "\n";  
    echo "another line";
  }
  if (session_destroy()) {
     echo "session destroyed ok...";
  }  
 ?>

print:  session start ok... another line

1. Why "session destroyed ok" did not show.
2. Why whole de answer was displayed in only one line.

thanks in advance 
escuse my english
RAM
 

Reply via email to