Commit d3ae8d5b authored by Nico Schallehn's avatar Nico Schallehn

bugfix (include config)

parent ae46e6f0
<?php
<?php include("config.php");
$result = mysql_query("SELECT * FROM user WHERE id = '{$_SESSION['chatuserid']}'");
$users = mysql_fetch_array($result);
var_dump($_POST);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment