My name is 'Anshul'.etc. etc.
- Interests
- Movies
- PC Specs
- Machine is always right and error-free.
18 Posted Topics
What is the difference in: Set<Object> linksSet = new LinkedHashSet<Object>(); LinkedHashSet<Object> linksSet = new LinkedHashSet<Object>(); Actually, I want to create a Set, that would hold the objects in the same order, I insert into it. Many thanks for the help, in advance. | |
Re: I've attached [I].DOC[/I] and images files for e-mail using code provided here: [url]http://in2.php.net/manual/en/ref.mail.php[/url] | |
Re: [QUOTE]Who here would prefer Java over PHP, or PHP over JAVA? If you prefer one over the other, for whatever reason or application, why? Specific code comparisons are appreciated[/QUOTE] If looking for a nicely paid job and a not lasting developer challenging journey: Java For corporate-level high scale, huge coding … | |
Re: [url]http://www.google.com/search?q=age+calculation+php+script&num=20[/url] Regards, | |
Re: [QUOTE]What exactly is xml?[/QUOTE] XML is difficult. It is a trend. It is used very much these days in B2B (Business to Business) data sharing. XSL and XSLT (style sheets methods to display a XML file) is actually diffiuclt and essential part of XML. XML is exact, HTML is not. … | |
Re: Use in-built function [I]session_is_registered()[/I] | |
Re: Go to command prompt and [I]ping google.com[/I] or [I]ping yahoo.com[/I]. If it is failing, your internet connection is not [I]valid[/I] (you may be connected, but data is not come in, come out; so reset/reconnect your connection) | |
Re: You could really do all of these, but you need time to do it. First do it on your local machine, after all customization is done with, import posts from phpBB2 and make it available to people. Many [I]skins[/I]/[I]mods[/I] of vBulletin are free [I]but not all[/I] like phpBB2. | |
Re: [QUOTE]$abc_ = array(0, 0, 0, 1, 0, 2); while( list($key, $value) = each($abc_) ) if( !($value=='0') ) $abc[] = $value;[/QUOTE] There may be more efficient ([I]execution time?[/I]) code than above. | |
Re: [I]Notepad++[/I] and [I]Homesite+[/I] both I use always. | |
Re: If you're talking about phpBB2 forums, you can download phpBB2 mods, hacks, skins, avatars for free from their Web site. They supply it all as [I]archives[/I] and with installaion instructions. They've support forums also. | |
Re: [I]very simple calander function[/I] for what? Why it read db and *.txt files. Please note that PHP has very very excellent date time functions. You may easily write a calendar using these in a couple of days .. | |
Re: Check [I]extension_dir[/I] and GD [I]dll[/I] in it. Server restart is required. You should see GD module listed by [I]echo phpinfo();[/I] | |
Re: Start with installation: PHP, MySQL, Apache/IIS and OS like Windows 2000, 2003 or Linux (Fedora Core). Internet (dial-up) also is obviously required. A coding tool like Homesite+ or Notepad++ is also a need. After installation, read PHP artcles, tutorials, PDF books. Read/download official AMP documentation. Try examples. Small ones. It's … | |
Re: You can use MAIL (and its derivatives) PHP PEAR packages to easily send e-mails with attachment. For automation, Linux cron jobs, will serve as good as desired. It takes little while for a beginner to experiment with Object-based PHP, PEAR and crons; still it is easy as is PHP. | |
Hi all, I've programmed [B]C[/B] & [B]C++[/B] during my college days. I understood its [I]OO model[/I] and coded many examples (this helped me in OO [I]PHP[/I] now). I used something called [I]Turbo C++[/I], a set of some confusing files, which can be carried in a floppy or two. [QUOTE]I now … |
The End.