Forum: PHP Oct 28th, 2008 |
| Replies: 10 Views: 1,466 You can do what the other posters said of course..
but what you want to do can easily be done the way you want to.
Look up redirect, there are many examples on the php manual site, but be careful,... |
Forum: C++ Oct 28th, 2008 |
| Replies: 4 Views: 376 if I understand your question, this is all you need...
btw i like post #4, but i have a feeling he wants something easier :P
int number[5];
int min = 9999999;
for(int i = 0; i<5; i++)
{ |
Forum: Site Layout and Usability Oct 28th, 2008 |
| Replies: 5 Views: 2,489 This is right, except what most sites do (ie yahoo.com) probly msn too id have to check, but anyway, to ensure fast loading:
create an image with just a couple pixels in width and 700? or however... |
Forum: Search Engine Optimization Oct 28th, 2008 |
| Replies: 13 Views: 1,549 You should not limit yourself like that. A good webmaster should be able to design nice looking pages with proper meta tags, titles, ect and have the know how to build links and modify domain paths,... |