Mercurial > hg > LGToc
comparison edit_section_db.php @ 4:373c8ecad8b4
deploy to development server
author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 24 Mar 2015 11:32:31 +0100 |
parents | 5d0bfd909857 |
children | 3abf39f0eb46 |
comparison
equal
deleted
inserted
replaced
3:5d0bfd909857 | 4:373c8ecad8b4 |
---|---|
1 <?php | 1 <?php |
2 include_once('Lib_mb_utf8.php'); | 2 include_once('config/Lib_mb_utf8.php'); |
3 include_once('config.php'); | 3 include_once('config/config.php'); |
4 set_time_limit(0); | 4 set_time_limit(0); |
5 ini_set('memory_limit', '-1'); | 5 ini_set('memory_limit', '-1'); |
6 | 6 |
7 $link_mysql = mysql_connect($mysql_server, $mysql_user, $mysql_password); | 7 $link_mysql = mysql_connect($mysql_server, $mysql_user, $mysql_password); |
8 mysql_query("SET NAMES utf8"); | 8 mysql_query("SET NAMES utf8"); |