PHP Classes

File: amt.php

Recommend this page to a friend!
  Classes of dav y   Telex   amt.php   Download  
File: amt.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Telex
Publish and share messages like with Twitter
Author: By
Last change:
Date: 7 years ago
Size: 112 bytes
 

Contents

Class file image Download
<?php
session_start
();
if(isset(
$_GET['mem'])){$_SESSION['mem'][$_GET['nb']]=$_GET['mem']; echo $_GET['nb'];}
?>