[ create a new paste ] login | about

zuul

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by zuul:

PHP, pasted on Jun 14:
1
2
3
4
5
<?php
function killsession()
{
  // start the session, if started before, comment
  session_start();
...
view (43 lines, 18 lines of output)
PHP, pasted on Jun 14:
1
2
3
4
5
<?php
function killsession()
{
  // start the session, if started before, comment
  session_start();
...
view (39 lines, 20 lines of output)