| [ PHPXref.com ] | [ Generated: Sun Jul 20 19:19:21 2008 ] | [ Parasite 1.0.2 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <? 2 3 require('i.php'); 4 require ('functions.php'); 5 6 $db = DB::connect( $GLOBALS['config']['dbstring'] ); 7 8 $sql="ALTER TABLE `articles` CHANGE `id` `id` INT NOT NULL"; 9 $result=$db->query($sql) or die($sql); 10 echo "Done."; 11 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |