No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
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]
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'; …
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 = …
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 …
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
[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>
The End.
gilbertsavier