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
~464 People Reached
Member Avatar for gilbertsavier

I am working in mioot application ,all windows version email send to inbox,Expect windows vista .please give me the tips to avoid send an email to [B]SPAM ..[/B]

0
110
Member Avatar for gilbertsavier

Hey there, I have a class A that uses class B. Class B also uses class A. This is recursive and am wondering if you can redefine PHP classes like in C++. [code]class A{} class B{ private $classA; public function __construct($classA){ $this->classA = $classA; } public function someFunc(){ echo 'blah'; …

Member Avatar for cwarn23
0
96
Member Avatar for gilbertsavier

Hi, PHP scripting language have an built in function to change between the timezones , you will need the PEAR package . In the following example show you how to convert from GMT system format to IST Format . [code=php]<?php // include class include ("Date.php"); // initialize object $d = …

Member Avatar for danishbacker
0
93
Member Avatar for gilbertsavier

Hello, Going to try to explain this as best I can. I have a bunch of stuff in a database and I need to display this info within a table. This isn't a problem at all but, I need it to only display 3 td tags per line and then …

Member Avatar for SimonMayer
0
78
Member Avatar for gilbertsavier

Hello sir, I have a problem with Javascript dropdown menus. There is a flash animation just below my javascript menu. When i hover on the javascript menu the dorpdown goes behind the flash animation. Is there any solution to rectify this problem? Thanks

0
50
Member Avatar for gilbertsavier

[B]Hi[/B] I have some problem w3wp.exe that uses 99% cpu for a lot of time. At the time i was Restarted my server the issue occurs ..I need some help from else.. Thanks sasi kumar <URL SNIPPED>

Member Avatar for sknake
0
37