PHP File Dosya İşlemleri

29 Aralık 2014 hilspot.com 0

PHP, Mesajı txt dosyaya yazıp tekrar okumak <?php if (isset($_GET[‘message’])) { $fp = fopen(‘./messages.txt’, ‘a’); fwrite($fp, “{$_GET[‘message’]}<br />”); fclose($fp); } readfile(‘./messages.txt’); ?> //—————————————————– //style sheet [daha fazlası için tıklayınız.]

HTML

29 Aralık 2014 hilspot.com 0

HTML, türkçe meta tag, html sayfasını türkçeleştirmek için kullanılır. <meta http-equiv=”Content-Type” content=”text/html; charset=windows-1254″> HTML, css bir layer tanımlaması //Katman <div id=”denem” style=”position:absolute ; left:100px ; [daha fazlası için tıklayınız.]