Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

13 Posted Topics

Member Avatar for ajelliott
Member Avatar for The Dude
Member Avatar for adamramadhan

i have a page [QUOTE]edit.php[/QUOTE] and i wanted to be like this edit.php?at=profile edit.php?at=upgrade edit.php?at=im edit.php?at=delete and if there is no at='something' to include default theme(html) [CODE]<?php include "../app.php"; include $basepath . "inc/PasswordHash.php"; include $basepath . "inc/functions.php"; include $basepath . "inc/adodb5/adodb.inc.php"; // Session Start $adodbsessionstart = new UADODB; $adodbsessionstart->adodbSessionStart(); $db …

Member Avatar for adamramadhan
0
197
Member Avatar for lifeworks

return . really always separate cat and mice :) . . its nicer to look at .

Member Avatar for blocblue
0
94
Member Avatar for whiteyoh
Member Avatar for adamramadhan
0
479
Member Avatar for raigs
Member Avatar for adamramadhan

[url]http://intype.info/[/url] ? anyone have a better text editor ?

Member Avatar for Ancient Dragon
0
27
Member Avatar for Narue
Member Avatar for lllllIllIlllI
0
698
Member Avatar for adamramadhan

[ICODE]<?php class ShopProduct { public $title; public $content; function __construct($title,$content) { $this->title = $title; $this->title = $content; } function getProducer() { return $this->title; } function getContent() { return $this->content; } function foo() { echo "hello!";return 1; } // end class shop product } $product1 = new ShopProduct('Product 1','somegirls'); $product2 = …

Member Avatar for emarshah
0
89
Member Avatar for adamramadhan

is there anything out there ? i still cant find one . for php , css , with syntax highlights . anyone ? pay or opensource it doest mind to me .

Member Avatar for adamramadhan
0
118
Member Avatar for adamramadhan

can anyone show me the diffrence ? im still confuse i read about vb and net at wikipedia but i just dont understand vb.net and vb .

Member Avatar for adamramadhan
0
222
Member Avatar for adamramadhan

can sombody give me a great example to make a connection php - mysql ( oop - best practice ) ? [ICODE]<?php /* Database Connection */ class db { private $db['host']='localhost'; private $db['user']='root'; private $db['pass']=''; private $db['name']='build'; public function connect($db['host'],$db['user'],$db['pass']) { $db['connect'] = mysql_connect($db['host'],$db['user'],$db['pass']); if (!$db['connect']) { printf("Cannot connect to …

Member Avatar for adamramadhan
0
136
Member Avatar for Fasola

The End.