PHP Classes

File: example/config.php

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP CSS to Inline Styles   example/config.php   Download  
File: example/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP CSS to Inline Styles
Convert CSS styles into HTML attribute values
Author: By
Last change:
Date: 7 years ago
Size: 175 bytes
 

Contents

Class file image Download
<?php
// datetime
if (ini_get('date.timezone') == '') {
   
date_default_timezone_set('Europe/Brussels');
}

// parse headers
header('content-type: text/html;charset=utf-8');