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
Member Avatar for ajelliott

I have good design skills and want to create web pages but I dont want to do web development or programming. There is so much out there and so much of it is complicated. I want to keep it real simple. I have Dreamweaver but not a lot of time …

Member Avatar for Paul_49
0
1K
Member Avatar for The Dude

1. How Do You Catch A Unique Rabbit? Unique Up On It. 2. How Do You Catch A Tame Rabbit? Tame Way, Unique Up On It. 3. How Do You Get Holy Water? You Boil The Hell Out Of It. 4. What Do Fish Say When They Hit A Concrete …

Member Avatar for Ene Uran
9
3K
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
194
Member Avatar for lifeworks

Hi Need some advice - Ive been going more and more OO in my coding, just coming into some best-practice issues... Lets say I have a User object, and the user has some contact details... whats preferential, to call the getUserDetails() and include the layout HTML in that method, or …

Member Avatar for blocblue
0
91
Member Avatar for whiteyoh

Hi All, I have a number of different tables storing various bits on information. Ib wanting to create a control panel for it, which will initially give a record count for each table. How can i run queries from multiple tables in one connection? Ive tried connecting then running a …

Member Avatar for adamramadhan
0
478
Member Avatar for raigs

My website is programmed in PHP and currently uses HTTP compression (gzip) using PHP's built-in compression functions. (I cannot use mod_deflate.c because my shared hosting provider will not install it because it would use a lot of CPU.) The shared server where my website is hosted currently hosts 100 other …

Member Avatar for almostbob
0
91
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

You are cordially invited to the [B]#daniweb[/B] channel on server [B]irc.daniweb.com[/B], port [B]6667[/B]. We need some new blood to keep the conversations fresh, and what's more fun than chatting with your favorite techies in real-time?

Member Avatar for lllllIllIlllI
0
697
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
84
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
117
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
217
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
133
Member Avatar for Fasola

What is the MOST important thing to do when developing new code or modifying existing code (other than correct functionality)? Why? I was asked this question today as part of a test for a Software Engineer job, i think its an opinion based question with no correct answer. Help me …

Member Avatar for Fest3er
0
725