comparison interface/add_missing_books_to_sections.php @ 4:883ad980a43b

add dynasty column to table books
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 27 Jan 2015 16:40:30 +0100
parents da5309d54083
children
comparison
equal deleted inserted replaced
3:f196939ccc03 4:883ad980a43b
14 14
15 $db_selected = mysql_select_db($mysql_database, $link_mysql); 15 $db_selected = mysql_select_db($mysql_database, $link_mysql);
16 if (!$db_selected) { 16 if (!$db_selected) {
17 die ('Can\'t use foo : ' . mysql_error()); 17 die ('Can\'t use foo : ' . mysql_error());
18 } 18 }
19 ?>
20
21 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
22 <html>
23 <head
24 </head>
25 <body>
26 <?php
27 add_missing_books_to_sections();
28
29 ?>
30 </body>
31 19
32 20
33 </html>
34 21
22 add_missing_books_to_sections();
23
24
25
26