reunanen.info

November 11, 2009

PHP Tutorial – Introduction

Filed under: PHP — matti @ 9:54 pm

PHP Tutorial – Introduction.

November 8, 2009

Modify CSS style from txt-file

Filed under: HTML, PHP — matti @ 9:40 am

<title></title>

<?php
// get bg_color of a file into a string
$filename = “bgcolor.txt”;
$handle = fopen($filename, “r”);
$bgcolor = fread($handle, filesize($filename));
fclose($handle);
?>

<style type=”text/css”>
.teksti {
<?php echo ‘background-color: ‘ . $bgcolor . ‘;’ ?>
}

Tai

<script type=”text/javascript”>
var element = document.getElementById(”ex_color”);
element.style.color = “#FF0000″;
</script>



August 7, 2009

Ohjelmointiputka: Käytännön PHP-opas: Osa 1 – Johdanto

Filed under: PHP — matti @ 6:32 am

Ohjelmointiputka: Käytännön PHP-opas: Osa 1 – Johdanto.

PHP-opas — Mureakuha

Filed under: PHP — matti @ 4:49 am

PHP-opas — Mureakuha.

May 12, 2009

PHP Binding examples cURL

Filed under: HTML, PHP — matti @ 7:39 am

libcurl – PHP Binding examples.

http://reunanen.info/efhk/efhk.php

March 22, 2009

keskustelut PHP/Email:n lähetys

Filed under: HTML, PHP — matti @ 7:09 am

mureakuha 3.0 keskustelut PHP/Email:n lähetys.

http://fi2.php.net/ini_set

List of php.ini directives

Powered by WordPress