- Strength to Increase Rep
- +6
- Strength to Decrease Rep
- -1
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 6
- Posts with Downvotes
- 5
- Downvoting Members
- 2
Student/Freelancer
- Interests
- aren't they implicit ;)
- PC Specs
- of which? 3 here... 2 desktops and 1 laptop and all used by me exclusively :)
Re: [url]http://www.daniweb.com/techtalkforums/online.php?[/url] How can Google, Inktomi and Altavista, other unknown (not know to vB) spiders post? rightly, they have not been programmed to do so :p | |
Re: [QUOTE=aspurgeon]I download a web template and I need to change the text on 2 images. The images are only given to me in .gif format. Is there any way to go in and change the text using photoshop? Thank you.[/QUOTE] well yes 2 ways:- 1) the previous text is invisible/size … | |
Re: 5 minutes 48.3 seconds (Pluto time) [size=1]for uninitiated earth time is 248 times faster than pluto time, so just multiply 248 with above time, to know time per day.[/size] last 2 options suit fine. | |
Re: [url=http://www.google.com/search?hl=en&ie=ISO-8859-1&q=define%3A+irc]What is IRC[/url] its like a chatroom. one gets instant messages / responses, ... | |
Re: also, one can prove just about anything theoretically. I can prove "Icecream is better than happiness" or something like you are not one person but two :p | |
| |
Re: Acc. to a guy I know (employed in Google ;)): Google doesn't mind query tags in URLs. Also, you can read their [url=http://www-db.stanford.edu/~backrub/google.html]original page rank algorithm[/url] in the research paper by Sergey Brin and Larry Page. Note: the since then, a lot has changed in the google search engine we … | |
Re: [QUOTE=deef]I am a new student to php and I am working on my first project. I have created an html form, a php output form and a php confirm form. I am having trouble linking them together, when I fill in the information on my form it does not show … | |
Hi, I just bought a fresh dedicated server. I did not go for any administration panel like cPanel/Plesk. Operating System: FC4 Server Specifications: Intel(R) P4(R) CPU 2.40GHz 1024RAM MAIN IP: XXX.XXX.XXX.XXX <-- Use this to connect to your server via SSH or web. Initial IP address allocation: YYY.YYY.YYY.YYY I have … | |
Re: [QUOTE=kaynine]still seems a bit unethical to me, but...[/QUOTE]just close your eyes :p | |
Re: Why re-invent the wheel? So you can see all that plus more [url=http://www.phpbuilder.com/board/showthread.php?s=&threadid=10251108]over here[/url] | |
Hi all, I am trying to get some more visitors to my site and on one of the forums I found a free service called Link Vault. This is basically a link exchange programme which allows you to easily get more links pointing to your website and therefore a higher … | |
Re: use [url=http://php.net/file]file[/url] to open and get contents into an array. use [url=http://php.net/count]count[/url] to get number of lines/words use [url=http://php.net/srand]srand[/url] and [url=http://php.net/rand]rand[/url] to get a random number. modulo it with the count above to get final random number. use this final random number with the array to get the string now … | |
Re: the line [php] echo "<a href=\"./result?result_catalog=$TBL\"><img border=\"0\" src=\"http://www.eezs.com/images/$Picture\" width=\"111\" height=\"90\" /></a>"; [/php] displays and links the picture. over here you need to make sure $TBL and $Picture that are used are changed everytime. otherwise it will just display the same link/picture each time. inside the for loop, have something like:- … | |
Re: use/see source of any form mail script. search for it here or on google or on hotscripts. you will find many free ones out there. | |
Re: [QUOTE=Faranth]Fora also refers to plants :)[/QUOTE]isnt that flora ? | |
I am the webmaster of [url]www.nibbleguru.com[/url], since last 3 days my traffic is 25-30% of my original traffic. a sudden decline of 70% is what is worrying me. what could be the reasons for it? my PR seems same as before. i am not doing any SEO etc on my … | |
Re: my exams end 29th. will complete a few pending tasks (my laptop is down, getting it fixed is top priority). lets see if i can make something by 31st. | |
Re: Its good to over-comment when explaining to noobs. But, in a firm, when you work, the people there won't pay/reward you more for over-commenting. All they are interested in is work (the code) and has comments just enough for a programmer to be able to understand what it does. Personally … | |
Re: I told you the other day, Wusage seems confusing. Get Webalizer or Awstats or Analog(and use ReportMagic with it), all these 3 are cool. You might have paid $25 for Wusage, but I tell you Webalizer, Awstats, Analog are free anf all are better than Wusage. Also, no one stops … | |
Re: geocities does offer server-side scripting, but only with a special paid account. you might like to use a free service like tripod , which will limit your daily mail sending limit to 40-50 emails. | |
Re: you can use <iframe> tag provided by html or use php [php]<?php $data = shell_exec(uptime); echo $data; ?>[/php] | |
| |
| |
Re: [QUOTE=camelNotation][B] I choosed mind-reader/controller like Yuri because then he could even control a teleporter![/B][/QUOTE]choosed? or chose? how can u control a teleporter w/ a mind-reader or a mind-contoller. [size=1]some ppl like being thrashed[/size] | |
Re: Incase you are feeling short of topics. - swear at M$, Windoze: all linux fans and windoze fans will join. - swear at this site: all ppl will join (though it may be another case that thread is locked/deleted :p ) to get extra replies: (hint: register 5-6 users and … | |
Re: make an animated GIF and put it at end of each paragraph :) | |
Re: [php]<?php header("Location: page.php?page=".($_GET['page']+1)); ?>[/php] |