Enable remote Connection sql server 2008

Did you enable TCP/IP from Configuration manager? By default it is disabled and you need to enable it to connect from a remote client.   To enable TCP/IP: 1. run SQL Server Configuration manager 2. select SQL Server Network Configuration 3. select Protocols for ‘instancename’ 4. right click on TCP/IP and select ‘enable’   Do …

Tinymce pagebreak button

<script language=”javascript” type=”text/javascript” src=”Scripts/tiny_mce/tiny_mce.js”></script> <script language=”javascript” type=”text/javascript”> // Notice: The simple theme does not use all options some of them are limited to the advanced theme tinyMCE.init({ mode : “textareas”,   height : “380”, width : “380”, theme : “advanced”, valid_elements : “img[src|border|alt=|title|width|height|align|class],a[href|target=_blank],b/strong,div[align],br,ol,li,ul,p,blockquote”, entity_encoding : “utf-8″, plugins :”pagebreak”, theme_advanced_buttons3 : “pagebreak”, pagebreak_separator : “<!– my …

\common\KT_functions.inc.php on line 464 – Cannot modify header information – headers already sent

Warning: Cannot modify header information – headers already sent by (output started at #:\#######\htdocs\####\Connections\##_cp_UTF.php:2) in #:\#######\htdocs\####\includes\common\KT_functions.inc.php on line 464 in this error please include on top of the page the MXI/mxi.php files  <?php require_once (‘includes/mxi/MXI.php’); ?>