Notice: Undefined offset: 2 in /home2/icentarb/public_html/icentar/classes/class.permissions.php on line 735
iCentar
Predmet:Re: Jednostavna CHAT skripta
Naziv fajla: post.php
PreuzmiIzvorni kôd (PHP):<?
if(isset($_SESSION['name'])){
$text = $_POST['text'];
$fp = fopen("log.html", 'a');
}
?>