d5ab6aba77e1236cc3eefeb5151e96853cb0b8e1
[mirrors/Kyberia-bloodline.git] / 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.269361 seconds and 3 git commands to generate.