Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
NoBe hasn't added any friends yet.
04/11/2008, 10:52
echo "<script>alert('Sua session foi criada ".$_SESSION['nome']."')</script>";
echo "<META HTTP-EQUIV='Refresh' CONTENT='0; URL=index.php';>";
04/11/2008, 10:49
28/04/2008, 11:45
#include <stdio.h> #include <stdlib.h> main() { printf("Hello Word!\n\n"); system("pause"); }
28/04/2008, 11:07