Kamis, 05 September 2013

PHP Indonesia - Facebook: Malem gaan... ane ada kendalan niih, lagi nyobain ...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Creating iOS Games: Beginner Course

Marin Todorov teaches you how to create an iPhone game easily and simply using Cocos2d in this $99 online course.
From our sponsors
Malem gaan... ane ada kendalan niih, lagi nyobain ...
Sep 5th 2013, 12:28, by Taufik Ramadhan

Taufik Ramadhan 12:28pm Sep 5
Malem gaan...
ane ada kendalan niih, lagi nyobain simple CMS tapi ada error nya di display.php ?
ada yang bisa bantu gan ?

Ini Codingnya gan..
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>Simple CMS with PHP</title>

<link rel="stylesheet" type="text/css" href="style.css" />
</head>

<body>
<div id="page-wrap">
<?php

include_once('_class/simpleCMS.php');
$obj = new simpleCMS();

/* CHANGE THESE SETTINGS FOR YOUR OWN DATABASE */
$obj->host = 'localhost';
$obj->username = 'root';
$obj->password = '';
$obj->table = 'simplecms';
$obj->connect();

if ( $_POST )
$obj->write($_POST);

echo ( $_GET['admin'] == 1 ); $obj->display_admin(); $obj->display_public();

?>
</div>
</body>

</html>

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar