Kyberia v1.0
[mirrors/Kyberia-bloodline.git] / admin / jayaltertableadd.php
1 <?
2
3 ini_set("include_path","./inc:./boxiky/:./config:../inc:../boxiky/:../config");
4 include_once("kyberia.inc");
5 $database=new CLASS_KYBERIA();
6
7 $q="alter table session add friends_serial text";
8 echo $q."<br>";
9 $set=$database->query($q);
10 echo "alternute<br>";
11
12
13 echo "OK";
14 ?>
15
This page took 0.276569 seconds and 4 git commands to generate.